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 pleaseIf 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.
Quote from MBD on May 10, 2023, 07:50Hello,
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.
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.
Quote from Pablo Borysenco on May 10, 2023, 11:11Hello
Please drop me exact link to the issue
Hello
Please drop me exact link to the issue
Quote from MBD on May 10, 2023, 14:40
Quote from MBD on May 10, 2023, 14:41The 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.
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.
Quote from Pablo Borysenco on May 11, 2023, 09:36Hello
Please add CSS:
body .selectron23-option-text {
line-height: 2.4em;
}
Result: https://c2n.me/4iuAJzs.png
Hello
Please add CSS:
body .selectron23-option-text {
line-height: 2.4em;
}
Result: https://c2n.me/4iuAJzs.png
Quote from MBD on May 12, 2023, 03:44Thanks. 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.
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.
Quote from MBD on May 12, 2023, 04:22Another issue is that on some pages, now the arrow to select the switcher does not appear.
Another issue is that on some pages, now the arrow to select the switcher does not appear.
Quote from Pablo Borysenco on May 12, 2023, 11:45Hello
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.
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.
Quote from Pablo Borysenco on May 15, 2023, 10:34Hello
Great! Welcome;)
Hello
Great! Welcome;)