› Rooms › General Divi › Blog heading color
- This topic has 5 replies, 2 voices, and was last updated 2 years, 1 month ago by
Faye Daway.
-
-
16 August 2021 at 9:00 pm #652::
Let me start with…I had someone else build my site awhile back, and I am maintaining / updating it and I am definitely a novice.
My front page shows 2 of my blog posts. However, the heading color on the blog page is correct, but it doesn’t show up on the front page with that heading color…. Can anyone tell me where I go / what to do so the heading on the front page for those blog posts is the correct color? TIA.
(top pic the front page where blog post title not correct color; bottom pic blog post page where it is the right color).
-
16 August 2021 at 9:47 pm #676::
The titles on your front page are h2 links. You have CSS that says anchors are to be green (from the Divi stylesheet).
.et_color_shceme_green a { color: #7cc68d; }
The title on the individual blog post is an h1 heading, with no link. The color there is set in your customizer.
To change the heading link color on the front page, you can add something like this:
.et_pb_post .entry-title a { color: #4f1964; }
-
16 August 2021 at 9:48 pm #677
-
- You must be logged in to reply to this topic.