Hello @rgallagher30, Could your provide the url to your site?
https://massachusetts.revolusun.com/solar-faq-testing-page-2/
Here is the page, I saw you replied to both of my questions and both of the problems are located on this page
Hi rgallagher30,
1)
For https://ww.wp.xz.cn/support/topic/styling-faq-searchbar/ , just add .ufaq-text-input:focus to the CSS you’ve added already, for example:
.ufaq-text-input, .ufaq-text-input:focus {
background-color: white;
border-style: solid !important;
border-color: #f15a22;
border-width: 8px;}
2) The section under “Frequently Asked Questions” seems to have been adjusted already ( Screenshot of what we’re seeing).
When we search however, the results seem to be spaced out due to styling in the theme. Here’s some CSS you can try adding to your Custom CSS box (in Basic->Options) to fix this:
.ewd-ufaq-post-margin div.ufaq-faq-title-text h5 {
margin: 5px!important;}
.ufaq-faq-title {
margin-top: 0px;}
div#ufaq-ajax-results {
margin: 80px 0 0 0;}
Wow, the initial fix was exactly what I was looking for and the additional CSS for the spacing provided saved me an hour or two of headaches, thank you so much for the help
-
This reply was modified 6 years, 8 months ago by
rgallagher30.