Links

Posted in: Newspaper
Post count: 71

Hello TagDiv,

How can I style the links liek on this page: https://thepointsguy.com/news/dolly-parton-dollywood-heart-song-lodge-resort-open/

First is underlined with the color of blue, but If I go with the mouse to the underlined text the whole text is marked with blue, please see the pics.

Link1

Link2

Thanks

Post count: 21065

Hello Balint!

Set the black and white colors here: https://prnt.sc/V_BEh2MYlXnV
Use this CSS in the Live CSS section:

a{text-decoration:underline; text-decoration-color:blue;}
a:hover{background:blue;}

If you need only on this page then you can add an extra class on the Single Post Content element: https://prnt.sc/S3Dwq2f8fV4M and write this class .test before a in the CSS code.

Thank you!

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