Customize post colors
Hi there,
Is there a way to change the font and link colors for the posts on my blog? I tried with Elementor's Site Settings > Typography but I discovered I have custom coding overriding it for some reason. I found it and removed it (copied below) but it didn't affect the posts on the blog, just the rest of the site. (And in the footer, which didn't change back when I replaced it!) It's actually only on the blog posts that I need the change, as the font color and link color are too close and it's difficult to see the hyperlinks.
Thanks for any advice!
.theme-custom .content-area a,
.elementor-element a{
color: #596782 !important;
/*display: inline !important;*/
}
.theme-custom .content-area a:hover,
.elementor-element a:hover{
color: #181d3d !important;
}