Home › Forums › Themes Support › Claue-Shopify › Change Color of HyperLinks?
- This topic has 9 replies, 2 voices, and was last updated 6 years, 6 months ago by Harry.
-
AuthorPosts
-
-
June 19, 2018 at 3:46 pm #21714
Hi there.
Can anyone tell me how to change the colours of the hyperlinks inside blog posts?
They’re the same colour as the text which makes it impossible to realise that there’s a link there.
Thanks.
-
June 20, 2018 at 3:37 pm #21745
Hi Chris,
Please add below code to Theme Customize > Theme Settings > Custom Code > Custom CSS
a {color: #222}
and change #222 with your color
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
June 20, 2018 at 9:08 pm #21759
Thank you very much, Harry.
I did that and it worked, however, is turned every link on the store (even the product links).
Any way to have it work only on the blog posts?
Much appreciated.
-
June 21, 2018 at 1:22 am #21762
Hi Chris,
Please use below code
.template-blog a {color: #222}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
June 21, 2018 at 1:34 pm #21786
Hi Harry.
Unfortunately, this code didn’t work. It resets back to the default colors.
-
June 21, 2018 at 10:40 pm #21799
Hi Chris,
Could you send me your site url as private reply, we will check and help you solve.
Thanks
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
June 22, 2018 at 7:50 pm #21815This reply has been marked as private.
-
June 22, 2018 at 10:17 pm #21820
Hi Chris,
Please change prev code to
.template-article a, .template-blog a {color: #222}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
June 23, 2018 at 11:30 pm #21883
That’s perfect. Thank you very much.
-
June 23, 2018 at 11:32 pm #21884
You’re welcome.
Have nice weekend!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
-
-
AuthorPosts
You must be logged in to reply to this topic.