Site logo

Archived topic

How to change blog post title link color and link within content

19 replies · Started by Data on April 9, 2020

Viewing posts 1–15 of 20

When I changed color of links within content, it also changed the blogposts title color on the home page. I want to implement different colors on blog post titles and links within the article.

Hi there,

in Customizer > Colors > Content - you can set the Archive Content Title and Archive Content Title Hover colors.

yes, I already did, but remain the same...I am using WP show post plugin and set the title as H5

Can you provide a link to your site so we can see what the issue is ?

kindly enable private link field

It should be enabled by default. Try clicking the Edit topic link in the original topic.

No, there is no field for entering URL. just two check boxes, Notify me and Mark this

link added, kindly check

My question is that I want to apply different colors on links within content and links on blog post titles on home pages. The blogposts on the home page display using WP Show Post plugin.

title color and hover not showing on my side

Ahh that's pro option only.

Try this CSS:

h4.wp-show-posts-entry-title a, h4.wp-show-posts-entry-title a:visited {
    color: #000000;
}
h4.wp-show-posts-entry-title a:hover {
    color: #ffffff;
}

oh, I think Styling features not included in the free version. Now how to change with out plugin

where to put these values?

This archived topic is closed to new replies.