• Hey, i posted this in another thread with a similar problem, but it was marked with a {resolved] so i suppose it probably wont be seen.

    Anyway, the issue is that i need to change the font size of “Categories” and “Archives” since some people seems to have problems reading it.

    However, the style isn’t using any sidebar or menu class or anything equally obvious and i can’t figure out which it is.

    This is the site: https://ultimate-gamer.org

    Please help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • It’s using a table (ugh!) with the class of tablebg, so you could try adding something like:

    .tablebg td {font-size:110%;}

    to the bottom of style.css.

    Thread Starter graylord

    (@graylord)

    There is a line in the CSS which does the same thing, but both adding that and changing the default changes the font size of the whole site, and not just the sidebar.

    If it turns out to be the only option, i could go with it, but it’s not preferable.

    The only other option would be to edit sidebar.php and add a “sidebar’ class to the relevant tables in that file. You could then target them exclusively using the .sidebar class.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sidebar font size’ is closed to new replies.