Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1090693

    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.

    • This topic was modified 5 years, 7 months ago by jbassino.
    #1090727

    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

    #1090759

    Victoria, I believe the class you gave me is for the price text. I was talking about the currency dropdown menu size (width) :)

    • This reply was modified 5 years, 7 months ago by jbassino.
    #1091250

    Hi jbassino,

    Ohh :)

    Please try the following css:

    
    .avia-webkit #top.woocommerce-page select {
        width: 60%;
        margin: 0 auto;
    }
    

    Best regards,
    Victoria

    #1091302

    Thanks ! It worked but only for desktop…

    #1091522

    Hi,

    I am checking with an iPhone and they work just fine.

    Best regards,
    Basilis

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.