Home Forums Jevelin Theme category and product page header Reply To: category and product page header

Home Forums Jevelin Theme category and product page header Reply To: category and product page header

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