I just purchased the theme and am having trouble finding how to style the archive headers. Currently they are white text on white background, and the only styling option I can find is to give the header a background (which I don't want). Ultimately I would just like to change the font colour to something darker universally on all archive pages.
Sorry for the late turn around, we can get overwhelmed sometimes by the number of tickets.
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
html body.archive .row .col.section-title h1 {
color: #005acd !important;
}
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Hi there,
I just purchased the theme and am having trouble finding how to style the archive headers. Currently they are white text on white background, and the only styling option I can find is to give the header a background (which I don't want). Ultimately I would just like to change the font colour to something darker universally on all archive pages.
Attached is a screenshot.
Many thanks!
bump.
Hey Again,
Sorry for the late turn around, we can get overwhelmed sometimes by the number of tickets.
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Many thanks Tahir, the subheader doesn't change colour though - any way to do that one too?
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Thank you very much.