Tagged: x
-
AuthorPosts
-
June 2, 2016 at 9:07 am #1022196
GhostWhaleParticipantHi all,
Is it possible to replace the search icon in the menu bar with text that says ‘SEARCH’ with the same formatting of course as other menu items?
June 2, 2016 at 9:08 am #1022199
GhostWhaleParticipantThis reply has been marked as private.June 2, 2016 at 10:51 am #1022421
JoaoModeratorHi There,
Please add the following code to Appereance Customizer Custom CSS
a.x-btn-navbar-search:before { content: "SEARCH"; padding: 3px; }Adjust the padding according to your needs.
Hope that helps,
Joao
June 2, 2016 at 10:52 am #1022422
JoaoModeratorHi There,
Please add the following code to Appereance Customizer Custom CSS
a.x-btn-navbar-search:before { content: "SEARCH"; padding: 3px; }Adjust the padding according to your needs.
Hope that helps,
Joao
June 4, 2016 at 2:39 am #1025382
GhostWhaleParticipantThanks Joao,
That’s great, nearly there. This adds the word search but does not remove the icon. Is there a way of removing the icon so there is just the word “search”?
June 4, 2016 at 8:20 am #1025605
ThaiModeratorHi There,
Please add the following CSS:
li.menu-item.x-menu-item.x-menu-item-search i, .x-navbar .mobile .x-nav>li.x-menu-item-search a:before { display: none; }Hope it helps 🙂
June 4, 2016 at 9:45 am #1025670
GhostWhaleParticipantPerfect. Thanks
June 5, 2016 at 12:39 am #1026262
ChristopherModeratorYou’re welcome.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1022196 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
