Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1323010
    bttrym8
    Participant

    I’m finalizing a few things in my current build and i’d like for “Search” to display on the desktop version of my menu as well as the mobile version. I believe it currently has a class of x-hidden-desktop. Where is the file that needs to be modified via PHP to remove that class for the “search” text?

    #1323341
    Jade
    Moderator

    HI 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.

    #1329267
    bttrym8
    Participant
    This reply has been marked as private.
    #1329600
    Rue Nel
    Moderator

    Hello There,

    Thanks for providing the url of your site. The element with the class “x-hidden-desktop” hides the “Search” word. If you want it to display, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-btn-navbar-search span.x-hidden-desktop {
        display: inline-block !important;
        padding-left: 10px;
    }

    We would loved to know if this has work for you. Thank you.

    #1332468
    bttrym8
    Participant

    Boom! Worked like a charm 🙂

    #1332686
    Jade
    Moderator

    Glad to hear it worked! 🙂

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