How to add this code to mobile theme ?

Posted in: Newspaper
Post count: 312

I tried to add it in theme panel, mobile theme, custom css but it doesn’t work. Any idea ?

.single .tdb_single_content a {
text-decoration: underline;
text-decoration-color: #f6a656;
}
.single .tdb_single_content a:hover {
color: #a4af3f;
}

Kind regards

Post count: 18283

Hello !

Please let us know what you are looking to edit and also provide a link to your website.

Thank you !

Post count: 312

I just want to add underline under link

Post count: 312

lowtechnation.com

Post count: 35449

Hi,
For mobile theme please use this css -> https://i.imgur.com/4zkxGJI.png

.single .td-post-content a {
text-decoration: underline;
text-decoration-color: #f6a656;
}
.single .td-post-content a:hover {
color: #a4af3f;
}

Set the code in theme panel> mobile theme > custom code> css -> https://i.imgur.com/O8c2lMC.png
Hope this will help you!
Let me know the results!

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