I have a link for our booking system (acuity) and I can not work out how to change the colour of the text. It is currently the same colour as the background and so is not visible to customers.
All help greatly received.
I have a link for our booking system (acuity) and I can not work out how to change the colour of the text. It is currently the same colour as the background and so is not visible to customers.
All help greatly received.
Hi
can you share a screenshot and website link so I can check and give you a solution Thank you.
Hi,
You can change the link color using the below code:
a {color: red !important}
Adding the code at the end of your ‘base.css’ file would reflect the changes on your website. Please note that the above code would affect all anchors/links that are within your website.
To affect only a specific element, you’d need to target it through CSS. At this time, I can’t provide the exact code because I haven’t seen the website.
If further assistance is required, please share your website link.
Kind regards,
Gabriel
The below code would change the color of that specific link.
introcopy a {
color: red !important;
}
Hii Domjoekeo,
looks like there is extra CSS added for this in coding. you need to remove that code.
you need to go to the online store and then click on edit code and search theme.scss and search
p a {
}
introcopy a {
}
code and comment on this code. Let me know if you have trouble getting into coding and changing the CSS because changing anything wrong in CSS might damage the site. We have to be very careful in scss file. If you want I can help you to resolve the issue. I will remove the code for you Thank you!
Hi NK,
that’d be great if you were able to remove the code for me. Let me know what you need from me.
Yeah , I need your store url ( the one with my Shopify.com) so I can send you collaboration access request and remove the code. You can also send me link in private message.Thank you