Site logo

[Resolved] Link style on pages

Home Forums Support [Resolved] Link style on pages

Home Forums Support Link style on pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2509476
    Nicole

    I found this code in this forum and it works well. However, I would like it to include pages and not just posts.

    /*link styling */
    .single-post .entry-content p a {
    border-bottom: 3px solid #b68d3d;
    }

    How do I edit it?

    #2509485
    Fernando
    Customer Support

    Hi Nicole,

    Try this:

    body:is(.page, .single-post) .entry-content p a {
    border-bottom: 3px solid #b68d3d;
    }
    #2509530
    Nicole

    Great! Thanks so much! You guys are amazing!

    #2510479
    Fernando
    Customer Support

    You’re welcome, Nicole!

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