This topic has 10 replies, 3 voices, and was last updated 5 months ago ago by Andrew Mitchell
Can someone please send me custom CSS so I can change link text colors for blog post bodies and main product descriptions?
Hello, Wealth Magnet,
Thank you for reaching out to us with your request. We’d be happy to assist you with the custom CSS for changing the link text colors in your blog post bodies and main product descriptions.
Please use the following CSS code:
/* For blog post body links */
.single-post .content-article a {
color: red !important;
}
/* For main product description links */
.single-product .woocommerce-tabs a {
color: red !important;
}
Best Regards,
8Theme’s Team
The code works for the blog posts. I added CSS to underline the links. How do I remove the underlines from wp button links on blog posts.
Also I only want to change the link colors for the links in the product description bodies not the product description tabs.
Hello, Wealth Magnet,
We hope this message finds you well. To assist you more effectively, could you please provide us with some screenshots and URLs related to your request? This will help us better understand your needs and address your concerns more accurately.
Thank you for your cooperation.
Best Regards,
8Theme’s Team
Sure
Hello, Wealth Magnet,
Please change
.single-product .woocommerce-tabs a
to
.single-product .woocommerce-tabs .tab-content-inner a
in your current custom CSS code for products, and change
.single-post .content-article a
to
.single-post .content-article p a, .single-post .content-article span a
Best Regards,
8Theme’s Team
Thanks.
Hello Wealth Magnet,
Please try to activate Dark Version in Theme Options > Styling and check the result.
Could you please provide temporary wp-admin access?
Best Regards,
8Theme’s Team
Thanks for your help. I figured it out.
Dear Wealth Magnet,
In the spirit of gratitude, we want to express our appreciation for your trust in our products. As a valued customer, your experience matters greatly. Would you consider sharing it by giving our theme a deserving 5-star rating on ThemeForest?
Click here to share your thoughts: https://themeforest.net/downloads
Being part of our community means a lot, and your feedback contributes immensely.
Best Regards,
The 8Theme Team
The issue related to '‘Change link colors for different parts of the website’' has been successfully resolved, and the topic is now closed for further responses