Archived topic
Link style on pages
3 replies · Started by Nicole on January 26, 2023
Viewing posts 1–4 of 4
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?
Hi Nicole,
Try this:
body:is(.page, .single-post) .entry-content p a {
border-bottom: 3px solid #b68d3d;
}
Great! Thanks so much! You guys are amazing!
You're welcome, Nicole!
This archived topic is closed to new replies.