This topic has 9 replies, 2 voices, and was last updated 5 years, 2 months ago ago by Rose Tyler
I would like to change hyperlink color for my about us and blog pages. Also, I would like to change the product price color. I’m using the parent theme, not the child theme, and I’m afraid that any CSS changes would revert after theme update. Is it possible to change it without CSS or to keep it after theme update?
Hello,
You need to add custom CSS code in Theme Options > Custom CSS.
You won’t lose code from this area after the theme update.
Provide links of pages where the color should be changed and temporary wp-admin access (I can’t see your site due to maintenance mode).
Regards
As requested
Add this code in Custom CSS for the About us page – http://prntscr.com/ow2pxy
a {
color: #bed154;
}
To change the color on the Blog page, add code in Theme Options > Custom CSS > Global Custom CSS:
.blog .sidebar a, .blog .post-data a {
color: #bed054 !important;
}
Product Price color ->
.woocommerce-Price-amount {
color: #8dc63f !important;
}
Regards
Thank you so much, Rose!
This looks much better now. 🙂
Rose, there is some kind of problem on about-us page. This style is not changed after saving. I can see the change while I’m in the WP builder, but once I save and update page, and I go to see that page it’s still the same color as before, light black.
All good! Thanks!
You’re welcome!
Regards
The issue related to '‘Changing hyperlink and product price color’' has been successfully resolved, and the topic is now closed for further responses