Hello,
I’ve installed successfully Woocommerce’s Multi-currency extension.
However, I’d like to know how to edit the size of the currency menu to be smaller, adjusted to the text size in a way enfold supports
Here’s a screenshot of how it looks right now:
https://www.dropbox.com/s/efgvi17zdtdy2yq/currency%20menu.jpg?dl=0
I’d appreciate any help.
Hey Javier,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .price span.woocommerce-Price-amount {
font-size: 16px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Victoria, I believe the class you gave me is for the price text. I was talking about the currency dropdown menu size (width) :)
Hi jbassino,
Ohh :)
Please try the following css:
.avia-webkit #top.woocommerce-page select {
width: 60%;
margin: 0 auto;
}
Best regards,
Victoria
Thanks ! It worked but only for desktop…
Hi,
I am checking with an iPhone and they work just fine.
Best regards,
Basilis