[Resolved] How to change blog post title link color and link within content

Home Forums Support [Resolved] How to change blog post title link color and link within content

Home Forums Support How to change blog post title link color and link within content

  • This topic has 19 replies, 3 voices, and was last updated 4 years ago by Leo.
Viewing 15 posts - 1 through 15 (of 20 total)
  • Author
    Posts
  • #1233521
    Data

    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.

    #1233855
    David
    Staff
    Customer Support

    Hi there,

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

    #1234083
    Data

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

    #1234084
    David
    Staff
    Customer Support

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

    #1234102
    Data

    kindly enable private link field

    #1234184
    Leo
    Staff
    Customer Support

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

    #1234218
    Data

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

    #1234266
    Leo
    Staff
    Customer Support

    Did you try to edit the original topic?
    https://www.screencast.com/t/bQfx3GJwU

    #1234282
    Data

    link added, kindly check

    #1234299
    Data

    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.

    #1234300
    Leo
    Staff
    Customer Support
    #1234307
    Data

    title color and hover not showing on my side

    #1234314
    Leo
    Staff
    Customer Support

    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;
    }
    #1234315
    Data

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

    #1234317
    Data

    where to put these values?

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