Hi, is it possible to change the font color of the title of a blog archive / category page? I would not like to use a background image but now the title is on white background from the page and cannot be seen.
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):
article.post .post-header a, article.result a, #single-below-header a {
color: #134093 !important;
}
.post-area.featured_img_left .meta-category a.mehr-fokus {
color: #333 !important;
}
sorry but there was a misunderstanding. Your code was working well except at the wrong place ;-) Thank you very much for your effort though.
I would like to have Title (H1 and subheader) of the Archive-, Category, Tag-Page (not in the posts and not headlines in the single post page) in another colour because it cannot be seen on the white background unless I would insert a background image which I don't want to do.
Please see the attachment.
Thanks in advance for your further effort, *alice.
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, is it possible to change the font color of the title of a blog archive / category page? I would not like to use a background image but now the title is on white background from the page and cannot be seen.
regards,
*alice.
Hey Again,
Please provide the page url so that i can write up the custom css for whats possible.
Thanks
ThemeNectar Support Team
Hey Again,
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
Hello Tahir,
sorry but there was a misunderstanding. Your code was working well except at the wrong place ;-) Thank you very much for your effort though.
I would like to have Title (H1 and subheader) of the Archive-, Category, Tag-Page (not in the posts and not headlines in the single post page) in another colour because it cannot be seen on the white background unless I would insert a background image which I don't want to do.
Please see the attachment.
Thanks in advance for your further effort,
*alice.
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
That's it! Super. Thanks. :-)