Highlights the Search Results AND the Post page
-
Finally found a plugin that highlights search text not only on the Search Results page but also highlights the results when you click on a page that has been returned in the search results. Brilliant.
I used the following CSS to change the mark color to obtain the color that I desired.
/* Highlight Search Terms css */
mark {
background-color: #faa460;
font-weight: normal;
color: black;
}
- The topic ‘Highlights the Search Results AND the Post page’ is closed to new replies.