Viewing 4 replies - 1 through 4 (of 4 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then install this Custom CSS Manager plugin http://wordpress.org/plugins/custom-css-manager-plugin

    Then use its “CSS Code” section of the dashboard to hold your CSS modifications:

    Alternatively use your Child Theme style.css file to hold your CSS modifications:

    body h2 {
        font-size: 16px;
        font-size: 1.6rem;
    }

    Thread Starter janburg

    (@janburg)

    I am using a child theme, but it is being overwritten by the plugin.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    The code I’ve recommended is not in your Child Theme style.css file. Maybe contact your theme’s vendors to see if they can help you add this CSS modification.

    Thread Starter janburg

    (@janburg)

    Ok, this does work, will have to change more headers too, but as long as I get it fixed, no problem! Thanks!

    By the way, I did contact the plugin’s author, he was not able to get back to me.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘plugin css is overwriting my css’ is closed to new replies.