Comments Marcus started the conversationMay 17, 2016 at 10:35pmHello Tahir,I would like to change the background color of the blog page to #ededed, blog articles #ffffff and Blog title #45bedf.So that the blogpage looks more like in the demo: http://themeforest.net/item/salient-responsive-multipurpose-theme/full_screen_preview/4363266i've tried to add some custom CSS i found here on the forum, but that didn't change a thing.Could you please provide me the right code to do this?Thank you,Nancy Montfortswww.gomadgraffix.nl/newMarcus repliedMay 17, 2016 at 11:14pmHi,I found the CSS code to change the background of the blogpage..blog .container-wrap { background: #ededed !important;}I used this code for the color of the blog title of the articles on the blogpagearticle.post .post-header h2 a { color: #45bedf !important;}But that is not working.What did I do wrong?Thank you 8,994Tahir repliedMay 19, 2016 at 1:36amHey Again,Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) : .masonry.classic_enhanced .masonry-blog-item h3.title { color: #45bedf !important; } Best. ThemeNectar Support Team Marcus repliedMay 19, 2016 at 8:43amThanks it works.Happy!Marcus repliedMay 19, 2016 at 10:24amIs it also possible to change the Blog background color for 'Categorie archive page'? 8,994Tahir repliedMay 19, 2016 at 3:45pmHey Again,Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) : .archive .container-wrap { background: #ededed !important; } Best. ThemeNectar Support Team Marcus repliedMay 19, 2016 at 4:32pmThanks again for the quick solution!! Sign in to reply ...
Hello Tahir,
I would like to change the background color of the blog page to #ededed, blog articles #ffffff and Blog title #45bedf.
So that the blogpage looks more like in the demo: http://themeforest.net/item/salient-responsive-multipurpose-theme/full_screen_preview/4363266
i've tried to add some custom CSS i found here on the forum, but that didn't change a thing.
Could you please provide me the right code to do this?
Thank you,
Nancy Montforts
www.gomadgraffix.nl/new
Hi,
I found the CSS code to change the background of the blogpage.
.blog .container-wrap {
background: #ededed !important;
}
I used this code for the color of the blog title of the articles on the blogpage
article.post .post-header h2 a {
color: #45bedf !important;
}
But that is not working.
What did I do wrong?
Thank you
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Best.
ThemeNectar Support Team
Thanks it works.
Happy!
Is it also possible to change the Blog background color for 'Categorie archive page'?
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Best.
ThemeNectar Support Team
Thanks again for the quick solution!!