I have a problem with the textcolor or backgroundcorlor in the seach-area on my front page
As you see in the picture both are white. I would like to change the textcolor
Later on, there are problems with mouse-over. I would like the text just to be lager and bold, on hover, like my other links.
Could you please help me find the right way to change this.
I have tried to chnge the font-color in general styling in Enfold Child Theme Options, but the my main links also changes, and I don’t want that to happen.
Hope you can heltp.
Best regards Futte
Hey emfutte,
Please try the following in Quick CSS under Enfold->General Styling:
#searchform input, .ajax_search_entry a:hover {
color: #A81010 !important;
}
Best regards,
Rikard
Thanks – now the text is great, but I still have a probem with the behavior on mouse over. Try to write “Frøslev” in the search box, and when you get some oppotunities, the text almost disappears. Can I get rid of the white box and get the text bold and maybe lager, as my main menu behavior.
I hope you understand. Difficult to explain in english.
Hi,
Thanks for the feedback. Please try this CSS as well to change the colour of the white text:
.ajax_search_excerpt {
color: #000 !important;
}
Best regards,
Rikard
Thanx
You can close this now
/emfutte