Viewing 5 reply threads
You must be logged in to reply to this topic.
Currently, when searching in my online store from the search box of the upper part of the online store (header) located next to the logo, only searches for POST.
Where can I change who searches for the items in the store?
Hello,
Please make sure to have set the “Catalog visibility:” to “Shop and search results, Featured”. See screenshot: https://postimg.cc/image/pi794dx93/
Or you can use the “Advanced Woo Search” plugin.
Best regards!
How can I put the plugin in the header replacing the default search?
Or tell me what form I can optimize searches for mobile devices (currently the typography is very large and the searches are not correct for an online store, I would like to see the searches in boxes as in the store)
View image: https://ibb.co/ekqgiA
Hello,
I added this css in your Custom Css menu:
.search-results h1:not(.custom_font), .h1 {
font-size: 35px !important;
line-height: 40px !important;
}
.search-results article .post-thumbnail > img {
width: 50% !important;
margin-left: 25% !important;
}
.search-results h2:not(.custom_font), .h2 {
font-size: 40px !important;
line-height: 40px !important;
}
This is the result: https://postimg.cc/vx8bGLzR
Best regards!
It is possible from this search button, also search by product reference (SKU)?
Hello,
In this case you have to use one of this two plugins:
Best Regards!
You must be logged in to reply to this topic.