Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1158445
    mahmoud237
    Participant

    I reviewed this topic
    https://community.theme.co/forums/topic/add-button-to-navbar/
    it’s perfect . Here is the code I use

    
    /* navbar button */
    @media (min-width:979px){
    .x-navbar-btn a:hover span , a.x-navbar-btn:active {
        box-shadow: none !important;
    webkit-transition: background .25s ease-out;
        background-color: #4BB0AA;
        color: #fff;
        transition: background .25s ease-out;
    }
    body .x-navbar-btn a {
        padding-top: 11px !important;
    }
    .x-navbar-btn a span {
      	box-shadow: none !important;
        border: 2px solid #000;
        border-radius: 1px;
        color: #808080;
        padding: 11px 18px !important;
    }
    }

    The only thing I want to add an active effect to the button as hover effect … How can I do that ?

    #1158629
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

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