How do you highlight the results search term on a google custom search?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Original answer by user @ss888.
I’ve just managed to workout using the Firefox add-on, Firebug, (Original source here) – how to highlight the results search term on a google custom search.
Simply add this to your stylesheet, et voila –
.gsc-results .gs-snippet b { background-color:#ff3100; padding:0 3px; color:#FFF; }Hope this helps someone as I couldn’t find anything on it.