Home Forums Themes Support Claue-Shopify Change Color of HyperLinks?

Viewing 9 reply threads
  • Author
    Posts
    • #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.

    • #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

    • #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.

       

       

    • #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

    • #21786

      Hi Harry.

      Unfortunately, this code didn’t work. It resets back to the default colors.

    • #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

    • #21815
      This reply has been marked as private.
    • #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

    • #21883

      That’s perfect. Thank you very much.

       

    • #21884

      You’re welcome.

      Have nice weekend!

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 9 reply threads

You must be logged in to reply to this topic.