Home › Forums › Gillion Theme › Color
Home › Forums › Gillion Theme › Color
Hey!
This plugin takes color settings from the theme. Where can I change the color of text inside white squares? Or the color of white squares?
https://www.lyl.wff.mybluehost.me/product/8168/
Hi @vesna,
I hope you are well today and thank you for your question.
You can change its color by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#page-container select { background: #fff; color: #000; border-color: #000; }
You can change the color value in the above code to whatever you want to use by referring the following pages.
http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp
Best regards,
Shufflehound team