Comments 4ContentGaucha started the conversationJune 25, 2020 at 5:54pmHeya Salient Team,I looked through past tickets from others and found the below CSS for a ticket in March.body .blog-recent[data-style="classic_enhanced"] .inner-wrap .article-content-wrap .excerpt { color : #000000 !important;}.home .blog-recent .col .post-header * { color : #000000 !important;}I used it and was able to successfully employ it to change the excerpt font color to black on the front page. Yay!But... Always a BUT... This did not have any affect on the actual blog page. :(Would you have something I could deploy to change that font color on the blog page?Thank you in advance,Laura 2,979Andrew repliedJune 25, 2020 at 8:07pmHi Laura,Use the following custom css: .masonry.classic_enhanced .masonry-blog-item h3.title, .blog-recent[data-style*="classic_enhanced"] h3.title { color: #000000 !important; } .blog .masonry.classic_enhanced .post .post-meta a, .masonry.classic_enhanced .post-header, .masonry.classic_enhanced .post .excerpt, .blog-recent[data-style*="classic_enhanced"] .excerpt, .blog-recent[data-style*="classic_enhanced"] .post-meta a { color: #000000 !important; } Hope this helps.1 Like 4ContentGaucha repliedJune 26, 2020 at 12:41amHey Andrew!Thank you! Works perfectly. Learned more. Always a pleasure!Cheers,Laura Sign in to reply ...
Heya Salient Team,
I looked through past tickets from others and found the below CSS for a ticket in March.
body .blog-recent[data-style="classic_enhanced"] .inner-wrap .article-content-wrap .excerpt {
color : #000000 !important;
}
.home .blog-recent .col .post-header * {
color : #000000 !important;
}
I used it and was able to successfully employ it to change the excerpt font color to black on the front page. Yay!
But... Always a BUT... This did not have any affect on the actual blog page. :(
Would you have something I could deploy to change that font color on the blog page?
Thank you in advance,
Laura
Hi Laura,
Use the following custom css:
Hope this helps.
Hey Andrew!
Thank you! Works perfectly. Learned more.
Always a pleasure!
Cheers,
Laura