• Resolved huusmann

    (@huusmann)


    Hi there

    I inserted the shortcode in the top left corner of my website, but I can’t change the text color, font, and font size of the shortcode.

    I’ve tried to paste some custom CSS in the plugin, but it’s doesn’t change anything on the frontend. I am using Elementor, and seems like it’s overriding the CSS somehow.

    Here’s what I tried:

    .woo-multi-currency {font: arial 9px; color: white; !important;}

    Do you have a suggestion on how I can override the CSS inherited by the theme?

    Any help is much appreciated.

    • This topic was modified 4 years, 4 months ago by huusmann.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi.
    You can use this css:

    .woo-multi-currency .wmc-currency{font-family: Arial !important; font-size: 9px !important;}
    .woo-multi-currency .wmc-currency a{color:white !important;}
    Thread Starter huusmann

    (@huusmann)

    Hi there!

    It worked, thanks a lot!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘change color, font, and font size’ is closed to new replies.