• Resolved jonylif

    (@jonylif)


    Hi, as you can see in the header, the search bar that says “buscar productos” has the search icon but it doesn’t appear, i looked at the css and it’s color black so it’s very strange. Can you take a look please?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @jonylif!

    Use this CSS to fix the problem:

    .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
    	z-index: 1;
    }
    
    #menu-2 .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    	top: 0 !important;
    }
    
    .et_pb_menu_page_id-2975 {
    	top: -12px !important;
    }

    Paste it into Appearance -> Customize -> Additional CSS. If you aren’t familiar with custom CSS, take a look at this video.

    Regards,
    Kris

Viewing 1 replies (of 1 total)
  • The topic ‘Search icon doesn’t appear’ is closed to new replies.