When I enter a search term, e.g., Test, the “search results” page contains a search box, search results, and a gray separator line in between the search box and search results.
How do I remove the gray separator line throughout the website (including my blog page, which is called News)?
Hi mamiewong!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.fullsize .author-extra-border {
border: none;
}
Cheers!
Yigit
Hello,
The gray border remains after adding the Quick CSS. Please do a search on the News (blog page). Insert the search term, Test , and the page will show the search box, search results, and a gray separator line in between them. Are there other edits that I can make to make so that the gray line does not appear?
Hi,
Try the following instead:
.page-heading-container {
border-bottom-width: 0px !important;
}
Regards,
Rikard
Hello,
I added the new Quick CSS, but the gray border remains. Other suggestions?
Hi!
I added following code to top of Quick CSS
.fullsize .page-heading-container,.fullsize .author-extra-border {
border: none !important;
}
Please review your website now
Cheers!
Yigit
Hi, Yigit-
Thank you and the Kriesi team for all of your diligent efforts. This last Quick CSS fixed it. Thank you all again.
Hey!
You are welcome, we are always happy to help!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Cheers!
Yigit