• I use your Best Magazine theme for the obka.org.uk website.

    I have a widget area on the right-hand side of all pages except the home page. How can I control the size of the text of the entries in the widget area. You will see from the example page reference that especially the size of the text for Events (via The Events Calendar by Modern Tribe) is rather large. I’d like to make all the text for all the various entries in the widget area the same size if at all possible.

    Thanks

    Gary Thomas

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi!

    You can modify the font size of the widget text using CSS. For instance, you can select the widget heading with .sidebar-container h3 and adjust its style:

    .sidebar-container h3 {
        font-size: 18 !important;
    }

    In addition, to control the size of the event titles with .tribe-events-list-widget .tribe-event-title selector, and so on.

    Let us know in case you have questions.
    Cheers!

    • This reply was modified 5 years, 10 months ago by agharibyan.
    Thread Starter oxonbees

    (@oxonbees)

    Many thanks. Not having done CSS before I was somewhat nervous of doing this and had to Google a bit to understand what you were saying but in the end worked it all out and I’ve successfully reduced the size of the text in the widget area.

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