Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1161489
    markiert
    Participant

    Hi

    i have some widget styling issue.

    working on the footer widget section at the moment. could you please help me remove the white lines and change the line hight of the menu that it is same like the contact widget on the left in that footer?

    thanks for your time!

    WordPress version 4.6
    x version 4.6.1
    Cornerstone version 1.3.1

    #1161490
    markiert
    Participant
    This reply has been marked as private.
    #1161505
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    Try adding this in your Customizer > Custom CSS:

    To remove the white line

    .menu-diverses-container .widget_nav_menu ul>li{
    border:none;
    }

    To remove the margin between menus

    .menu-diverses-container .widget_nav_menu ul>li a{
    margin:0;
    }

    Let us know how it goes.

    Thanks.

    #1161531
    markiert
    Participant

    Hi and thanks for the quick answer!

    nothing happened. any other idea?

    #1161533
    markiert
    Participant
    This reply has been marked as private.
    #1161542
    markiert
    Participant

    one more other thing for the styling of that menu.

    i’d like to remove the arrow icon, can you help with that also?

    #1161603
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .x-colophon.top .widget_nav_menu ul>li {
        border:0;
    }
    
    .x-colophon.top .widget_nav_menu ul>li a {
        margin:0;
    }
    

    Hope that helps.

    #1161617
    markiert
    Participant

    works just great.

    if you could help remove the icons in the menu when on that page, i would be really happy.

    thanks.

    #1161639
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance > Customizer > Custom > CSS

    .widget_nav_menu .current-menu-item>a:after {
    display: none;
    }

    Hope that helps,

    Joao

    #1168132
    markiert
    Participant

    thanks, that worked perfect

    #1168272
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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