Home › Forums › Jevelin Theme › category and product page header
Home › Forums › Jevelin Theme › category and product page header
Hi,
I would like to have another header color only on the category and product page header in woocommerce pages.
Please check attached printscreen.
Thanks in advance,
Ben
Solution for this topic
Hi Ben,
I hope you are well today and thank you for your question.
You can achieve it 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
.single-product .sh-titlebar .sh-table *, .single-product .sh-titlebar .sh-table a, .archive.tax-product_cat .sh-titlebar .sh-table *, .archive.tax-product_cat .sh-titlebar .sh-table a { color: #000!important; }
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
It works like a charm, this ticket can be closed too.
Thank you !
You are most welcome here 🙂