Home Forums WoodMart support forum Search in Mobile

Search in Mobile

Viewing 30 posts - 1 through 30 (of 39 total)
  • Author
    Posts
  • #35431

    gzelasco
    Participant

    I 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 field

    #35463

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to hide it

    .mobile-nav .searchform {
    	display: none;
    }

    Regards

    #36516

    eurofigure
    Participant

    Hello i try to hide search from mobile menu but is not working also i want to hide Login Register from mobile menu

    #36538

    Artem Temos
    Keymaster

    But we don’t see those elements on your mobile menu.

    #36549

    eurofigure
    Participant

    Here is the attachment

    Attachments:
    You must be logged in to view attached files.
    #36553

    Artem Temos
    Keymaster

    Try 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;
    }
    #36558

    eurofigure
    Participant

    I did but is not working

    #36566

    Artem Temos
    Keymaster

    Please, provide us your admin access so we can login and check this on your side.

    Thank you in advance.

    #37210

    eurofigure
    Participant

    Hello can you please answer me?

    #37215

    Artem Temos
    Keymaster

    Hi,

    But we already answered you, we need your admin access.

    #37219

    eurofigure
    Participant

    I have sent it private content

    #37220

    eurofigure
    Participant

    The web site url is

    #37227

    Artem Temos
    Keymaster

    Seems 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;
    }
    #37245

    eurofigure
    Participant

    Great 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

    #37258

    eurofigure
    Participant

    How i can hide caterory title?

    #37297

    Artem Temos
    Keymaster

    Please, provide us screenshots what do you want to change for better understanding.

    #37343

    eurofigure
    Participant

    The first is this hiding the text

    Attachments:
    You must be logged in to view attached files.
    #37362

    Artem Temos
    Keymaster

    Try to use this code snippet

    .category-grid-item .category-title {
    	display: none;
    }
    #37392

    eurofigure
    Participant

    And also this menu i want to change the hover color

    Attachments:
    You must be logged in to view attached files.
    #37426

    Artem Temos
    Keymaster

    Could you please send us a link where we can see this menu on your website?

    #37452

    eurofigure
    Participant
    #37455

    Artem Temos
    Keymaster

    Try 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;
    }
    #37463

    eurofigure
    Participant

    Thank you and also the main menu hover

    #37465

    Artem Temos
    Keymaster

    Try 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;
    }
    #37482

    gzelasco
    Participant

    I have already solve the issue, thanks !

    #37500

    Artem Temos
    Keymaster

    You are welcome!

    #37574

    eurofigure
    Participant

    Hello again how i can change the text width in submenu

    #37585

    Artem Temos
    Keymaster

    Hi,

    Could you please provide us a screenshot what exactly do you want to change?

    #37594

    eurofigure
    Participant

    Ok i send also the color of the sub menu to be red

    Attachments:
    You must be logged in to view attached files.
    #37596

    Artem Temos
    Keymaster

    Do you mean the color of the links or the background for the dropdown?

Viewing 30 posts - 1 through 30 (of 39 total)