[Resolved] Need different link colors for Blog titles than for Content links

Home Forums Support [Resolved] Need different link colors for Blog titles than for Content links

Home Forums Support Need different link colors for Blog titles than for Content links

  • This topic has 7 replies, 4 voices, and was last updated 5 years ago by David.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #344326
    Kayla

    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.

    #344331
    Leo
    Staff
    Customer Support

    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.

    #861143
    Miha

    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

    #861212
    David
    Staff
    Customer Support

    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;
    }
    #861783
    Miha

    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 πŸ™‚

    #861847
    David
    Staff
    Customer Support

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

    #861900
    Miha

    Wow, you guys never rest? It’s sunday πŸ™‚

    Thanks a lot!

    #861904
    David
    Staff
    Customer Support

    Haha – while our customers are awake so are we (well most of the time πŸ™‚ Glad to be of help.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.