Hi,
How can I change the colour of hyperlinks in Impact theme?
There doesn’t seem to be an option in the Theme Settings>Colors.
Page: https://pointsstore.com.au/
Pw: dsgshty
Tia
Hi,
How can I change the colour of hyperlinks in Impact theme?
There doesn’t seem to be an option in the Theme Settings>Colors.
Page: https://pointsstore.com.au/
Pw: dsgshty
Tia
@Points - on which page do you want to change hyperlink color?
On all pages.
@Points - can you please share a page link and let me know what color do you want?
@Points - it will look like this, will it be ok?
@Points - add this css to the end of theme.css file and check, this will still have black color line under text, but if we try to change its color then all the links on all pages will change as all links share VERY SAME css
a strong{colour: #12562f;}
It doesn’t seem to have changed it. What’s the css to change all the links to the custom colour? We may be able to work with that.
Like in the footer you showed in the screen capture you shared.
@Points - try this css
a strong{color: #12562f;}
That worked! It doesn’t seem to have applied to links on product pages though.
How can we make that work?
@Points - add this too
a span{color: #12562f;}
Looks great. Thank you!
@Points - welcome, do let me know if you need any other updates, you have my email below.
Just had a slight issue. The header menus have also changed colour. How can we stop that?
@Points - add this too and check
nav a span {color: inherit;}
Fixed on desktop but still an issue on mobile!
@Points - add this too
#header-sidebar-menu a span {color: inherit;}
Fixed! Thank you.