Home › Forums › Jevelin Theme › Blog – article title color
Home › Forums › Jevelin Theme › Blog – article title color
Hi there,
I would like to change the color the title on the blog articles. I only want to change the heading title color for this section and have other color for the rest of the site as it is set on the styling section, how can I achieve this?
thanks in advance!
Regards,
Rocio
Hi Rocio,
Thank you for your question.
Could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?
Best regards,
Shufflehound team
yes, thanks. URL is: http://www.whoisyourshero.com/blog
Solution for this topic
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
.page-id-581 .post-title h2 { 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
This is great – thank you so much
You are most welcome here 🙂