Site logo

Archived topic

Need different link colors for Blog titles than for Content links

7 replies · Started by Kayla on July 4, 2017

Viewing posts 1–8 of 8

Hi, is there any way for the blog title links to remain black while the links in your actual content are a different color? I want black blog title links but I need links inside of actual blog post to be in color so they stand out. Please help.

Hi there,

You should be able to use the customizer for that.

Head to Colors > Content then you set the Link color and Blog Post Title color separately in there.

Let me know if this helps.

Hello,
I tried selecting different colors for Blog post title and Link color, but it doesn't work.
Color that is chosen for links is used for homepage titles.

Any other solution?

http://hupi.si/
Generate press 2.2.2
Dispatch theme

Hi there,

do you want to change the blog post title colors on the front page? These are using WP Show Posts and in the free version it uses the content link color - use this CSS to override that:

#main .wp-show-posts article .wp-show-posts-entry-title a {
    color: #000;
}

Hey David,
I managed to change blog post titles with your code.

Is it possible to change color only for blog post titles that are not "featured" (4 articles at the top in images)?
I want to leave top ones in white color.

I tried something like that, but it won't change
.wp-show-posts-entry-title {
color:#fbfbfb
}

Thanks :)

I update the CSS above so it only effects the WPSP lists in the Main content.

Wow, you guys never rest? It's sunday :)

Thanks a lot!

Haha - while our customers are awake so are we (well most of the time :) Glad to be of help.

This archived topic is closed to new replies.