Forums › Forums › Search & Filter Pro › Align fields and make them non-bullet points and remove Related Post content
- This topic has 27 replies, 2 voices, and was last updated 4 years, 11 months ago by
Trevor.
-
Trevor(Private) October 8, 2020 at 2:51 pm #262433
I fixed that link. Can you check/confirm that you did follow the advice there?
As to the bullet points. This theme CSS file:
https://www.hifi-advice.com/blog/wp-content/themes/theblog/style.css
On line 861 has this CSS, which is causing them:
.body-content ul > li:before { content: "\f105"; font-family: "FontAwesome"; position: absolute; left: 0; top: 5px; line-height: 1; }
Add this custom CSS to the theme customizer to fix this:
.body-content .searchandfilter ul > li:before { content: none; }
Once I have the answer to the first part of this reply, I need to see the content of the results.php file, IF you have modified it? If you did not modify it, do you have a Related Posts plugin installed (which one), as it may be automatically adding that content after the post excerpt?
Anonymous(Private) October 10, 2020 at 10:55 am #262630I copied the text from this very page and it pastes correctly. After saving it turns to
“& g t ;” (without the spaces). When I paste that text as it appears in the Custom CSS box after saving into this web form, the form corrects it again. (hence my earlier comment having twice the > symbol. -
AuthorPosts