Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1322112
    alamtfuerwerbung
    Participant

    Hi, pls check out http://www.sub.ihrwiderruf.de/

    Pls let me know if it is possible to style the submenue in the same way as in section “Tätigkeitsbereiche”
    That means, if user click on nav bar sub menu, the sub-items font-color is white, and the background blue when hover.
    Could you provide css for that?

    Finally it should be the same hover effect like here: http://ctrlv.in/917190

    Thank you
    Andre

    #1322156
    Christian
    Moderator

    Hey Andre,

    Please add the code below in your Appearance > Customize > Custom > Global CSS

    .desktop .sub-menu li a {
        padding: 10px;
    }
    
    .desktop .sub-menu li a:hover {
        background: #083e62;
        color: white !important;
    }

    Thanks.

    #1322250
    alamtfuerwerbung
    Participant

    GREAT !!!!

    Thx

    #1322266
    Christian
    Moderator

    You’re welcome.

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