• Resolved Mike G

    (@djmikeg68)


    I’m trying to customize the font size in the body of my custom widget sidebars, separately from the global body text on my pages.

    Under Typography in Theme Options, I can customise the size of the Sidebar Widget Heading, but not the sidebar’s body text.

    I have installed a Custom CSS plugin but I don’t know what code to put in it.

    The CSS class of my custom sidebars are:
    side-Mainsidebar
    side-Reviews-Asidebar
    side-Mixessidebar
    side-A-ZIndexsideba

    Page example here.

    Thanks in advance.

Viewing 1 replies (of 1 total)
  • Thread Starter Mike G

    (@djmikeg68)

    I solved it.

    This piece of code goes in the Custom CSS:

    .widget ul li a {
    font-size: 13px !important;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘customize body font size in custom sidebar widgets?’ is closed to new replies.