Home › Forums › WoodMart support forum › Search in Mobile
Search in Mobile
- This topic has 38 replies, 3 voices, and was last updated 6 years, 9 months ago by Artem Temos.
-
AuthorPosts
-
January 25, 2018 at 6:42 pm #35431
gzelascoParticipantI would like to hide the search field in mobile
I have already swicth off optiond in theme setting – header – search
But still see the search fieldJanuary 26, 2018 at 7:24 am #35463
Artem TemosKeymasterHi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to hide it
.mobile-nav .searchform { display: none; }
Regards
January 31, 2018 at 2:54 pm #36516
eurofigureParticipantHello i try to hide search from mobile menu but is not working also i want to hide Login Register from mobile menu
January 31, 2018 at 3:51 pm #36538
Artem TemosKeymasterBut we don’t see those elements on your mobile menu.
January 31, 2018 at 4:08 pm #36549
eurofigureParticipantHere is the attachment
Attachments:
You must be logged in to view attached files.January 31, 2018 at 4:13 pm #36553
Artem TemosKeymasterTry to add the following code snippet to the Custom CSS area in Theme Settings to do this
.mobile-nav .searchform, .menu-item-register { display: none; }
January 31, 2018 at 4:20 pm #36558
eurofigureParticipantI did but is not working
January 31, 2018 at 5:54 pm #36566
Artem TemosKeymasterPlease, provide us your admin access so we can login and check this on your side.
Thank you in advance.
February 3, 2018 at 3:14 pm #37210
eurofigureParticipantHello can you please answer me?
February 3, 2018 at 3:26 pm #37215
Artem TemosKeymasterHi,
But we already answered you, we need your admin access.
February 3, 2018 at 3:34 pm #37219
eurofigureParticipantI have sent it private content
February 3, 2018 at 3:35 pm #37220
eurofigureParticipantThe web site url is
February 3, 2018 at 3:45 pm #37227
Artem TemosKeymasterSeems that you have some errors in your Custom CSS. http://prntscr.com/i9ljlm Try to remove it and replace with this one
.category-grid-item .more-products>a {display:none } .category-nav-link .category-products-count {display:none } .main-header .site-logo img { max-height: 150px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0; }
And also these snippets http://prntscr.com/i9lkmi replace with this one
.mobile-nav .searchform, .mobile-nav .menu-item-my-account, .mobile-nav .menu-item-register { display:none!important; }
February 3, 2018 at 4:25 pm #37245
eurofigureParticipantGreat i want also all the hoovers menu to have this color how i can do this also on categorie products to hide the categorie name text
February 3, 2018 at 6:38 pm #37258
eurofigureParticipantHow i can hide caterory title?
February 4, 2018 at 11:16 am #37297
Artem TemosKeymasterPlease, provide us screenshots what do you want to change for better understanding.
February 4, 2018 at 2:42 pm #37343
eurofigureParticipantThe first is this hiding the text
Attachments:
You must be logged in to view attached files.February 4, 2018 at 5:07 pm #37362
Artem TemosKeymasterTry to use this code snippet
.category-grid-item .category-title { display: none; }
February 4, 2018 at 6:26 pm #37392
eurofigureParticipantAnd also this menu i want to change the hover color
Attachments:
You must be logged in to view attached files.February 5, 2018 at 7:05 am #37426
Artem TemosKeymasterCould you please send us a link where we can see this menu on your website?
February 5, 2018 at 7:59 am #37452
eurofigureParticipantFebruary 5, 2018 at 8:10 am #37455
Artem TemosKeymasterTry to add the following code snippet to the Custom CSS area in Theme Settings to change it
.woodmart-widget a:focus, .woodmart-widget a:hover, div[class^=vc_wp] a:focus, div[class^=vc_wp] a:hover { color: #b09878; }
February 5, 2018 at 8:32 am #37463
eurofigureParticipantThank you and also the main menu hover
February 5, 2018 at 8:37 am #37465
Artem TemosKeymasterTry to add the following code snippet to the Custom CSS area in Theme Settings to do this
.menu-style-bordered .navigation-wrap.navigation-color-scheme-light .main-nav .item-level-0>a:hover { color: #b09878!important; }
February 5, 2018 at 10:57 am #37482
gzelascoParticipantI have already solve the issue, thanks !
February 5, 2018 at 12:19 pm #37500
Artem TemosKeymasterYou are welcome!
February 5, 2018 at 3:36 pm #37574
eurofigureParticipantHello again how i can change the text width in submenu
February 5, 2018 at 3:59 pm #37585
Artem TemosKeymasterHi,
Could you please provide us a screenshot what exactly do you want to change?
February 5, 2018 at 4:17 pm #37594
eurofigureParticipantOk i send also the color of the sub menu to be red
Attachments:
You must be logged in to view attached files.February 5, 2018 at 4:21 pm #37596
Artem TemosKeymasterDo you mean the color of the links or the background for the dropdown?
-
AuthorPosts
- You must be logged in to create new topics. Login / Register