Adding underline to link

Posted in: Newspaper
Post count: 20

Under Theme Panel > Custom Code > Custom CSS, I have inserted my desired coding for backlinks:
.tdi_57 a {
cursor: pointer;
border-bottom-width: 1px;
border-bottom-color: #9a58b5;
text-decoration: underline;
}

But it isn’t reflecting on the mobile version of my site. I even added it in Custom CSS > Advanced CSS and also in additional CSS from the Customization menu.

Post count: 27744

Hello,

You need to use another path, because this is the id of a row. Please check this topic https://forum.tagdiv.com/topic/add-coloured-underline-to-hyperlinks-in-posts-and-pages-content-only/

Thank you!

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