Site logo

[Resolved] Can you help make the font size of the sidebar table of content smaller?

Home Forums Support [Resolved] Can you help make the font size of the sidebar table of content smaller?

Home Forums Support Can you help make the font size of the sidebar table of content smaller?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2606750
    vincenteccl

    Hi! I want to make the font size of the right sidebar widget (table of content) smaller.
    It seems that the theme’s font size has overridden the TOC plugin’s font size.
    How to unset it?
    Thanks.

    #2606866
    David
    Staff
    Customer Support

    Hi there,

    that widget is inheriting the Themes body font-size, which means that there is no specific CSS being loaded for that widgets font size. If there should be styling then it may be the breeze cached CSS needs refreshing.

    If not you can always add this CSS:

    .toc_widget {
        font-size: 16px;
    }
    #2607141
    vincenteccl

    thanks, it works.

    #2607178
    David
    Staff
    Customer Support

    Glad to hear that!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.