Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1403873
    Lyser
    Participant

    Hello,
    U can see here that the heights between each link (all are catégory links) in the right widget menu is way too big, when i change some paddings, it changes also anothers in it and i can’t have what i would like.
    I would like things like this, with another color and size font for the 2 “catégory titles” :
    yes !
    What is the right way to do that ?

    #1403899
    Thai
    Moderator

    Hi There,

    Please try adding the following CSS under Customizer > Custom > Global CSS:

    ul#menu-categories li a {
        font-size: 14px;
    }
    ul#menu-categories li .sub-menu,
    ul#menu-categories li .sub-menu li,
    ul#menu-categories li .sub-menu li a {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }
    ul#menu-categories .menu-item-has-children > a {
        color: #edeeb5;
        font-size: 20px;
        padding-bottom: 0 !important;
    }

    Hope it helps 🙂

    #1404102
    Lyser
    Participant

    Perfect, thx a lot =)

    #1404256
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1403873 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>