Comments 2Gilda started the conversationMay 19, 2014 at 4:58amHow do I change the color of the portfolio item color [css code]for example, on this page I would like the title/header, "Freedom's Fight 2" to be in this color: #9e0508Thank you. 9,558Tahir repliedMay 19, 2014 at 6:18pmHey Gida!Add this into the Custom CSS box located in your Salient Options panel:.postid-1053 .row .col.section-title h1 { color: #9e0508; } Thanks Salient Support Team 2Gilda repliedMay 19, 2014 at 6:20pmthanks!what would the css code be to make all portfolio items that color? 9,558Tahir repliedMay 19, 2014 at 11:44pm.row .col.section-title h1 { color: #9e0508; } Cheers Salient Support Team 2Gilda repliedMay 19, 2014 at 11:58pmthanks, so much! (I never would have figured that one out) Sign in to reply ...
How do I change the color of the portfolio item color [css code]
for example, on this page I would like the title/header, "Freedom's Fight 2" to be in this color: #9e0508
Thank you.
Hey Gida!
Add this into the Custom CSS box located in your Salient Options panel:
.postid-1053 .row .col.section-title h1 { color: #9e0508; }
Thanks
Salient Support Team
thanks!
what would the css code be to make all portfolio items that color?
.row .col.section-title h1 { color: #9e0508; }Cheers
Salient Support Team
thanks, so much! (I never would have figured that one out)