Home › Forums › Themes Support › Claue › Make Links Brand Colour
Tagged: links
- This topic has 10 replies, 2 voices, and was last updated 6 years, 10 months ago by
consciouscrafties.
-
AuthorPosts
-
-
March 14, 2018 at 2:35 am #18101
Hi Harry,
Could you help me change the colour of my links throughout the site (see screenshot).
They are currently just black like the rest of the text, so users don’t realise they are links. Sorry can’t see where I can change that.
Many thanks,
Karen
Attachments:
You must be logged in to view attached files. -
March 14, 2018 at 12:01 pm #18114
Hi Karen,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
.panel-widget-style a { color: #65c651;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 14, 2018 at 1:13 pm #18119
Thank you that worked great on the home page π
It changed some but not all the links though.
For example:
Links within our joining pageΒ and links on product-edit form (see screenshot – ‘How to add products video’ is a link)
Many thanks for your help,
Karen
Attachments:
You must be logged in to view attached files. -
March 14, 2018 at 5:54 pm #18140
Hi Karen,
Please try below code
#jas-content a { color: #65c651;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 14, 2018 at 7:15 pm #18144
Hi Harry,
That changed all items that link somewhere including Tabs (see screenshot).
Is there a way to exclude the tabs?
Many thanks,
Karen
Attachments:
You must be logged in to view attached files. -
March 15, 2018 at 9:53 am #18168
Hi Karen,
I updated the code on your site, now all links in page builder content applied
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 15, 2018 at 11:43 am #18173
That’s brilliant thank you Harry π
I add some html to the Vendor Product-Edit.php form and also the Store-Settings.php form. Is it possible to make these links green too, or would that cause the same issue as before where tabs text also turns green?
Here’s an example of the type of html I add to the Product-Edit.php form (not using page builder)
<p>Need to request a NEW category for consideration?</>
Many thanks for your help,
Karen
-
March 15, 2018 at 10:32 pm #18198
Hi Karen,
Could you give me the link to the page. I will check and help you solve the issue.
Thanks
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 15, 2018 at 11:42 pm #18204This reply has been marked as private.
-
March 16, 2018 at 10:10 am #18217
Hi Karen,
Please use below code
.wcv-grid a {color: #65c651;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 16, 2018 at 9:53 pm #18245
yay thank you so much that’s perfect! π
-
-
AuthorPosts
You must be logged in to reply to this topic.