This topic has 7 replies, 3 voices, and was last updated 3 months, 3 weeks ago ago by Andrew Mitchell
Hello please send me the custom CSS code for underlining links ONLY in Page bodies.
Hi @Wealth Magnet,
Can you please give us an example of URL?
Thanks.
Here
Hi @Wealth Magnet,
Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:
.content-page .content a {
text-decoration: underline;
}
Hope it helps!
Code works well, but I don’t want the titles of blog posts to be included.
Hi @Wealth Magnet,
Please update the previous custom CSS codes to this:
.page-template-default .content-page .content a {
text-decoration: underline;
}
Hope it helps!
Dear Wealth Magnet,
We trust our theme is enhancing your experience. Taking a brief moment to rate it with a glowing 5 stars on ThemeForest would be immensely appreciated. Your feedback holds significant value for us.
Click here to rate now: https://themeforest.net/downloads
Thank you sincerely for your ongoing support!
Best Regards,
The 8Theme Team
The issue related to '‘Customize page body links for my website’' has been successfully resolved, and the topic is now closed for further responses