Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #645570

    Search icon in the menu is not visible by default. It will be visible only when you hover over it. Can I change it so that it is visible all the time?

    #645611

    Hey sandorolah,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
    I noticed the cart displays a box on hover with white text and white background below is the css to fix it :)

    #top #menu-item-search.menu-item-search-dropdown>a {
        color: #000;
    }
    
    .cart_list.product_list_widget {
        color: #666;
    }
    
    

    Best regards,
    Vinay

    #645617

    Than you! It’s working fine.

    #645769

    Hi,

    Glad we could help! We really appreciate it if you rate our theme on themeforest :)
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold!

    Best regards,
    Vinay

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘search icon’ is closed to new replies.