Hi Team,
Could one of you please help me with the CSS needed to target ONLY the search results page? I want to change the margin of the entry title, but I do not want it to take affect on any pages other than the search results page.
Thanks!
Hi Team,
Could one of you please help me with the CSS needed to target ONLY the search results page? I want to change the margin of the entry title, but I do not want it to take affect on any pages other than the search results page.
Thanks!
Hey Hunter,
That should be:
.search-results .entry-title {
margin: 0;
}
Here are some related links for further reading:
Hope this helps.
This worked great, thanks so much!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.