• Robsonfpl

    (@robsonfpl)


    Hi,
    I’ve managed to change font size inside posts and in excerpts, but I have problem with sidebar font.

    So, the question is: how to change font size in sidebar?

    Thanks in advance,
    Robert

Viewing 2 replies - 1 through 2 (of 2 total)
  • PBigs

    (@bigsalright)

    Hi !

    In your CSS file, look for :

    #nav-topbar .nav li a {
        color: rgba(255, 255, 255, 0.7);
        font-size: XXpx;
        font-weight: bold;
    }

    And replace XX here by what you want (16 or 18 are not bad)

    ??

    Thread Starter Robsonfpl

    (@robsonfpl)

    Thanks, but this code is for topbar and I need to change font size in SIDEbar.

    I resolved my problem by using the following class:
    .sidebar .widget {

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