Tagged: enfold, heading color, link color
Hello,
Great template and support.
I am looking to make a change to site CSS that will make it easy to auto affect H1-H4 color / highlight color / links color on a page by page or better still parent and all child pages basis. So in my site we have About us with a unique underline colour and we want H1-4 etc from above to match without having to manually assign it in text boxes or have site wide scheme apply.
Thanks for your help in advance,
S
Hey spheor!
I suppose the “easiest” way would be to add this to your custom CSS.
.page-id-268 #main h1, .page-id-268 #main h2 { color: purple !important; }
Cheers!
Elliott
Thanks Elliot,
Can I also get CSS instructions for highlight color / links color please per above
Thanks in advance
S
Hey!
Please add following code to Quick CSS as well
.page-id-268 #main p a, .page-id-268 #main p a:hover { color: purple !important; }
Cheers!
Yigit
Thanks
This changes the link colour. Highlight I mean drag over text effect which is now orange,
Also I have a problem now that the footer is displaying the same traits and this looks wrong.
Same link applies above,
Thanks
S
Hi!
Please add following code to Quick CSS
.page-id-268 ::selection {
background-color: purple;
}
#footer h3.widgettitle {
color: inherit!important;
}
Regards,
Yigit
Hello,
Thanks.
The footer CSS worked.
.page-id-268 ::selection {
background-color: purple;
}
This did not. Please try one last time and then will have to move on.
Cheers,
S