Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1269655
    FERLAF
    Participant

    Hello ,
    I woyld like to put the search icon in the menú the same of the man.
    My webpage is wp.laforetgroup.com and i Would like a full like one page of the fórum http://27.121.66.4/~abab6919/wordpress/?page_id=6757
    I would try with the fórum but I can.
    Thank you.
    Regards,

    #1269678
    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .menu-item.x-menu-item.x-menu-item-search {
      display: inline;
      line-height: 43px;
    }

    Cheers!

    #1270361
    FERLAF
    Participant

    Thank you Rupok,
    I put this code but the color of the icon not change?
    .menu-item.x-menu-item.x-menu-item-search {
    display: inline;
    line-height: 43px;
    color: #969696;
    active{

    color: #ffffff;

    }
    }

    #1270367
    Paul R
    Moderator

    Hi,

    Please change your code to this.

    
    .menu-item.x-menu-item.x-menu-item-search {
      display: inline;
      line-height: 43px;
    }
    
    .menu-item.x-menu-item.x-menu-item-search a {
      color:#fff;
    }
    

    Hope that helps.

    #1270385
    FERLAF
    Participant

    FOR ACTIVATE AL PASS THE MOUSSE IS THIS CODE?
    .menu-item.x-menu-item.x-menu-item-search a:active {
    color:#fff;
    }
    tHANK YOU

    #1270392
    Paul R
    Moderator

    Hi,

    Please change it to this.

    
    .menu-item.x-menu-item.x-menu-item-search a:hover {
        color:#fff;
    }
    

    Thanks

    #1270407
    FERLAF
    Participant

    Thank you

    #1270411
    Lely
    Moderator

    You’re welcome!

    Cheers!

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