Viewing 2 replies - 1 through 2 (of 2 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 do the following:

    1. Install this Custom CSS Manager plugin http://ww.wp.xz.cn/plugins/custom-css-manager-plugin
    2. use its “CSS Code” section of the dashboard to hold your CSS modifications:
    3. (put this code in)

      .OptionMeter-text-ratio-1-1, .OptionMeter-text-ratio-3-4 {
          font-size: 13px;
      }
    4. Save

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

    Thread Starter Asitha

    (@asitha)

    Thanks for the quick response Andrew, however because this tool is being grabbed from an iFrame, adding CSS to the site doesn’t really work either.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘CSS Problem after 999 votes’ is closed to new replies.