Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1271325
    SebHor
    Participant

    Hello,

    I have three questions:

    Any idea how I can change the color in the top menu from a red line to a green line?

    How can I reduce the blank grey space to the right of the picture?

    How can I remove the “category archive” headline?

    Thanks for your support!
    Sebastian

    #1271328
    Christopher
    Moderator

    Hi there,

    #1 & #3 Please add following code in Customize -> Custom -> Global CSS :

    .x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a {
        box-shadow: 0 2px 0 0 #4b8c46;
    }
    .archive header.x-header-landmark.x-container.max.width {
        display: none;
    }
    

    #2 Please increase site width and site max width under Customize -> Layout and design.

    Hope it helps.

    #1271969
    SebHor
    Participant
    This reply has been marked as private.
    #1271973
    Christopher
    Moderator

    Hi there,

    Please find following block of code and close curly bracket :

    .x-ul-icons {
       font-style: normal;
       font-size: 20px;

    Next, add the code I provided in previous replay.

    Thanks.

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