PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Currency Switcher out of alignment and need transparency on switcher dropdown

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hello,

I need some assistance in modifying the position of the currency switcher which is in my Header but not in alignment with the other menu items within that header. I need to bring it down vertically a bit.

Also, I have tried to follow some of the previous responses in support, to get the switcher to be transparent, but have the dropdown selector in a different color, but without luck. I think I was able to get the top part of the switcher transparent to match the color of my header, but the dropdown is still showing as the same color as the header. I want the background of the dropdown section to be a different color/transparent, and the font"gray" only on the dropdown section. The theme is Woodmart.

See image here!

Hello

Please  drop me exact  link to the  issue

You can check the page here!

The issue is with the selector in the header area of the site. I want it to look like the rest of the items in my header, including the dropdown background and font color.

Hello

Please  add  CSS:

body .selectron23-option-text {

line-height: 2.4em;

}

Result:  https://c2n.me/4iuAJzs.png

Thanks. This worked to align the currency switcher with the rest of my header items, however I did have to change to 3.5em though for it to look good in responsive view. Just that now it is way lower in desktop view than the other items. Is there a way to create a different setting where only the desktop view has a different"em" or vice versa.

In addition, part of my question above, was how do I change the background and font color of the dropdown when the arrow is selected? I would really like it to match my other menu items when they are dropped down from the header.

Another issue is that on some pages, now the arrow to select the switcher does not appear.

See one of the pages here with issue

Hello

Please  add  CSS:
.wd-header-html .selectron23{

vertical-align: middle;

}

.wd-header-html .selectron23 .selectron23-option{

background: transparent !important

}

.wd-header-html .selectron23 .selectron23-container div:last-of-type {

color: rgb(51 51 51) !important;

}

Another issue is that on some pages, now the arrow to select the switcher does not appear.  - This page does not include styles, check your optimization settings.

 

Thanks, fixed it.

Hello

Great!  Welcome;)