Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #503262

    How can I change the font size and color of the category heading and categories subheading at sidebar. Please look screenshot for better understanding. Thanks and best regards

    #503449

    Hi mczappa!

    Try adding this to your custom CSS.

    aside li, aside a { color: red !important; font-size: 14px !important; }
    

    If that’s not working then send us a link to your page and we’ll take a look.

    Cheers!
    Elliott

    #504280

    Hi Elliott,
    thanks for the fast reply. It works – the color and size has changed … but we would like the upper category and subcategory in various sizes. Is this also possible? Please look screenshot below. Thanks again!

    #504283

    Hi!

    Perhaps this would work.

    aside li a { color: red !important; font-size: 14px !important; }
    aside li li a { color: red !important; font-size: 13px !important; }
    

    Send us a link to your page and we’ll take a look.

    Best regards,
    Elliott

    • This reply was modified 9 years, 2 months ago by Elliott.
    #504910

    Hi Elliott,
    sorry for late reply. Please look at the link. best regards

    #504940

    Hi!

    Please use the code as following

    li.cat-parent .children a {
        font-size: 11px!important;
    }
    li.cat-item > a {
        font-size: 14px!important;
    }

    Cheers!
    Yigit

    #505296

    Hi Yigit,

    great. It works. Thanks, thanks, thanks!! best regards!!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Sidebar: How to change font size and color’ is closed to new replies.