• Resolved webbysmart

    (@webbysmart)


    Hi Chris. Why in your stylesheet for this plugin did you use *. The * overides css in my theme and i am having a hard time dealing with the font colors of my theme. I end up using !important tag in my css to overide this. Am i doing something incorrectly? It would color my body text white.

    .wc-shortcodes-box-primary * {color: #ffffff;}

    https://wordpress.org/plugins/wc-shortcodes/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter webbysmart

    (@webbysmart)

    I see the option -(Use shortcode CSS provided by plugin) which is checked. This would solve my problem. I guess this was my mistake that i was depending on your style sheet, and trying to override color choices.

    Thread Starter webbysmart

    (@webbysmart)

    I am going to close this.

    What i did was add

    .wc-shortcodes-box-primary * {color: #000000;}

    my to theme stylesheet and that seems to fix a lot of my issues. – thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS overides’ is closed to new replies.