- This topic has 1 reply, 2 voices, and was last updated 2 years, 6 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Hello,
the color of the Search Icon is black, with a black background, so it is difficult to see the icon.
This problem is only on the first page, when you change on a post or other page the Search Icon turns to white…
How is it possible to change the color of the Search Icon on the first page ?
Thanks
Hi Daniel,
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
.main-nav-search {
color: #fff !important;
}
.fa-times:before {
display: none;
}
Kind Regards