Plugin Author
ILLID
(@mihail-barinov)
Hi,
Yes, it is possible. Please use following css:
.aws-container .aws-search-field {
color:#fff !important;
}
Regards
Hi
Thanks for your message and code. But silly question … how/where do I use that code? I added to “Additional CSS” of my theme but nothing changed. Also, does that change color and size?
Plugin Author
ILLID
(@mihail-barinov)
It must change the color of the text. If you also want to change text size use this style instead:
.aws-container .aws-search-field {
color:#fff !important;
font-size: 16px !important;
}
Strange that this styles are not working for you. Can you please give me the link to the page with working search form?
Regards
Hi
Thanks for your message and help … am I supposed to change the “#fff” … to a specific color? I tried changing it to white which I think was #0000 and also just used #fff but nothing changed.
EDIT: Okay for some reason now it all appears to be working.
Thank you!
-
This reply was modified 1 year, 7 months ago by redrobred.
-
This reply was modified 1 year, 7 months ago by redrobred.
Plugin Author
ILLID
(@mihail-barinov)
Glad that all is working fine now.