• Resolved RisaTab

    (@risatab)


    I have installed the categories widget in my side bar and am trying to make changes to its appearance. I’ve gone to theatre – settings – style and then typed in

    .wpt_production_categories {
    color: white; font-size: 46px; font-weight:700;

    }

    but it has no effect on the appearance in the sidebar. What am I doing wrong? Thanks!

    https://wordpress.org/plugins/theatre/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Jeroen Schmit

    (@slimndap)

    I believe it should be:

    .wpt_categories {
      color: white; font-size: 46px; font-weight:700;
    }
    Thread Starter RisaTab

    (@risatab)

    Thank you! Yes that’s worked 🙂

    That has changed the size of the font of the actual categories but hasn’t had an effect on the title “search by genre”. Same thing for the calendar widget- “september 2015” at the top is unaffected by the coding in the style sheet. Any ideas?

    Plugin Author Jeroen Schmit

    (@slimndap)

    Try this:

    . wpt_calendar h3 {
      color: white; font-size: 46px; font-weight:700;
    }
    Thread Starter RisaTab

    (@risatab)

    Thanks. This doesn’t affect the “search by genre” title and negates the other changes to the categories… any other ideas?

    Thread Starter RisaTab

    (@risatab)

    Just wondered if you have any ideas of how to change the size of the titles? Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘categories widget’ is closed to new replies.