Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1325146

    To whom it may concern,

    How can I ammend the links for only the blog posts to have them underlined please. I would like to have these changed dynamically and not have to update each article if possible.

    Regards

    #1325153

    Hey,

    Thanks for contacting us!

    Could you please post a screenshot and show the changes you would like to make? You can upload your screenshots on imgur.com and post the links here :)

    Best regards,
    Yigit

    #1325363

    So I would like links within blog posts to have an underline and changed to a different color.

    Now I would like to do this dynamically and not manually for each blog post.

    View post on imgur.com

    Can you guide me through please?

    #1325413

    Hi,
    To have all single post links have a blue underline try this css in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #top.single-post .entry-content a {
    	text-decoration: underline;
        text-decoration-color: #316694;
    }

    After applying the css, please clear your browser cache and check.
    2021-10-18_007.jpg

    Best regards,
    Mike

    #1325416

    Hi Thanks for this, but not all of the links are changing with that code

    View post on imgur.com

    #1325421

    Hi,
    Please link to the page in your screenshot so I can see what should be changed.

    Best regards,
    Mike

    #1325424

    The ones highlighted are links which should be turned to teal https://imgur.com/a/EbYfywZ

    #1325485

    Hi,
    Thank you, I assume that you don’t want the underline, so please try this css instead:

    #top.single-post .entry-content a,
    #top.single-post .entry-content a strong {
    	    color: #316694;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1325521

    Worked perfectly.

    Thanks YOU CAN CLOSE THIS :)

    #1325541

    Hi,

    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Blog posts links’ is closed to new replies.