Hi,
When I run a search, the search result numbers are overlapping with the headings.
Could you let me know how I can either remove the numbers or change the formatting, so that the numbers and text do not overlap?
Here is an example
https://www.selfhelpforlife.com/?s=confidence
Thanks
Paul
Hey Paul,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.search.search-results .content .entry-content-wrapper {
padding-left: 75px !important;
}
If you need further assistance please let us know.
Best regards,
Victoria
and maybe you like the shadow and the border a bit more bigger and in the blue of the headings:
.search-result-counter {
box-shadow: 0 0 5px 0 rgba(9, 93, 161, 0.6);
border: 2px solid #095DA1 !important;
}
but btw. what did you do with the headings – normaly it is usefull to have a link to the found pages/posts of search.
Hi,
Thanks for helping out @guenni007. Did you try the suggestions above @paultho?
Best regards,
Rikard
Sorry for not replying earlier.
VIctoria’s custom CSS fixed the issue.
However as @guenni007 pointed out, the headings in the search results do not hyperlink to the page or post. Could you help me fix that? – Let me know if you need my WP login details?
Thanks
Paul
Hi Paul,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.search.search-results .entry-content-wrapper .post-title {
pointer-events: initial;
}
If you need further assistance please let us know.
Best regards,
Victoria
Yes that worked. Thanks very much Victoria.
Hi Paul,
Glad we got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria