Archive php template listing links

Posted in: Newspaper
Post count: 4

Hi,

We are already using Newspaper theme purchased true other account, and now we have purchased the theme with this account. We installed the theme website on website http://worldoffloweringplants.com/ and we plan to install it on https://worldofsucculents.com/. We already had some pre-sale questions about archive php template listing on this here: https://forum.tagdiv.com/topic/archive-php-template-listing/#post-300915 and the few modifications went just fine.
The only problem that we have noticed is when the archive template description is listed the links in the description, when hovered over them they are not underlined (see here https://worldoffloweringplants.com/?genera=achillea) and all other links (for example https://worldoffloweringplants.com/browse-flowering-plants-genus/) are underlined when hovered over them. We tried to implement some CSS but no luck.
Can you please help us with this problem.

Thanks

Post count: 20688

Hi,

I see the problem, it happens because there isn’t CSS in the theme for this case it seems. I could give you a code that will provide the same link underline in these pages as well, enter it in the theme panel custom CSS section and it should work fine
http://prntscr.com/od05o3

.archive .td-ss-main-content a:hover {
text-decoration: underline;
}

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.