Change Font color of "Search page" when we wrote something
-
Hi team,
i have a problem on my website, when i wrote something in “Search page” the font it’s black (we don’t see letters). Font black on black background = black !
Impossible to see.
How to change this ? just in white, it’s ok for me.
Thanks !
Attachments:
You must be
logged in to view attached files.
Hi,
We see the following CSS code added to the Custom CSS in Theme Settings that makes your font unreadable https://gyazo.com/a9b71f5d4204d54859e15b085a781e5e
You just need to remove it.
Regards
May be it’s a problem with the Yellow pencil plugin editor
But
Hi,
This one should work for you
.basel-search-full-screen .basel-search-inner input[type="text"] {
color: #ffffff; !important;
}
Sorry, nope, no working
check the snapshot
Attachments:
You must be
logged in to view attached files.
Thanks it’s ok
i erased rbrace after the hexacolor
My best
The topic ‘Change Font color of "Search page" when we wrote something’ is closed to new replies.