• Resolved greyrocket

    (@greyrocket)


    Hi

    I’m using the Currency Switcher and would like to customise the colours to suit my website. I’ve searched everywhere and can’t find anything.

    I need to change the background colour to black and the text to match site.

    Can anyone help please?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @greyrocket

    Can you please tell me which exact plugin you’re using for currency switcher?

    This can be fixed with some custom CSS. Under Customize > Additional CSS, you can add the following code:
    ?

    /* Change they top header currency switcher background and text color */
    
    #currency_switcher_widget-6 select {
    background: transparent;
    border-color: #c14500;
    color: #c14500 !important;
    }

    The final output should be this: https://screencast-o-matic.com/i/c0hnIPVz5MG

    ?
    If you’d like to learn more about CSS, I highly recommend using the free tutorials at w3schools. Here, you can find the basics of selectors (how to target the right element on the page), and properties (how to change the element on the page).

Viewing 1 replies (of 1 total)
  • The topic ‘How to change colours of Currency Switcher’ is closed to new replies.