Remove Headings Colour on One Page
-
I am using the Venture Theme and want to remove the Headings colour one one page of my website.
The colour currently covers the featured image of the page and I want to get rid of this but only one that one page.
How do I do this using custom CSS?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
What is the link of the specific page where you want to change the color of the heading? -
Hi there, the link you gave is to the main page of your site. The following CSS will remove the background overlay color on your home page.
.page-id-4829 .overlay { background: none; }Go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the above custom CSS.
-
Thank you for all your help.
What is the code that will allow me to do this for the entire site?
-
Remove the first page of the CSS selector, so that it looks like this.
.overlay { background: none; }
- The topic ‘Remove Headings Colour on One Page’ is closed to new replies.