Comments 2Rob started the conversationSeptember 2, 2016 at 10:00amHi, I was wanting to change the colour of the h2 headings in all of my posts, is this possible?I would also like to remove the part on top of a page that has the date i posted it, how many comments the page has received and who has posted it. Could you help me with these two thingsThanks so much 1,710Barry repliedSeptember 2, 2016 at 1:22pmHi Rob,You can use some custom CSS for these points. Please add the following in the textarea of the 'Custom' panel from the theme customizer./* Change post title color */body.single-post .single .post-title { color: red; }/* Hide entire comment section */body.single-post .comments-area { display: none; }If you have any questions, please let me know.Best regards,BarryQreativeThemes.com | WordPress Themes Sign in to reply ...
Hi,
I was wanting to change the colour of the h2 headings in all of my posts, is this possible?
I would also like to remove the part on top of a page that has the date i posted it, how many comments the page has received and who has posted it.
Could you help me with these two things
Thanks so much
Hi Rob,
You can use some custom CSS for these points. Please add the following in the textarea of the 'Custom' panel from the theme customizer.
/* Change post title color */
body.single-post .single .post-title { color: red; }
/* Hide entire comment section */
body.single-post .comments-area { display: none; }
If you have any questions, please let me know.
Best regards,
Barry
QreativeThemes.com | WordPress Themes