Hello,
The stroke of the searchbox is gone. (when you click the search icon)
It should just look like the searchboxes on the searchpage (see link)
Also would like to remove the blog part of the searchpage.
thanks
Hey Wolf,
We apologize for the delay. I tried to check the link but it shows:
Not Found
The requested URL /index.php was not found on this server.
Best regards,
Nikko
I moved the site
Hi,
Thanks for providing the link, I can see the orange button with the search icon inside it. Can you elaborate more on the issue? The stroke of the searchbox is gone I’m not sure what you are referring with this since I don’t find any issue on the searchbox on the page you gave.
Cheers!
Nikko
I have added 2 images.
1. Is how it looks on the search page. The searchbox (where you type) has a grey stroke.
2. This how the searchbox in the main menu looks, it does not have that stroke around the type area.
Hi,
Thanks for the screenshots, please try the following in Quick CSS under Enfold->General Styling:
#searchform div {
border:1px solid #ddd !important;
}
Best regards,
Rikard
sorry this didn’t work
Hi,
Try adding this code in Quick CSS:
#header_main .avia-search-tooltip {
box-shadow: none !important;
}
#top #searchform>div {
margin: 0;
}
#top #header_main #s {
border: 1px solid #e1e1e1 !important;
}
Let us know if this helps :)
Best regards,
Nikko
Perfect!