Shopify themes, liquid, logos, and UX
https://sweetnesstudios.com/pages/supper-club i am looking to change the color of a hyperlink in a page under the schedule an event button!
i would love to get that color the red that matches the rest of the text on the site. or even a bright red.
it is under the sign up today. you can barely see it.
Hi @paytonking ,
This is David at SalesHunterThemes.
You can try to follow these steps:
Go to Online Store -> Themes -> Actions -> Edit code.
Go Assets folder -> base.css file.
Add this following code at the bottom of page.
#shopify-section-template--15193794314300__main .rte a{
color: var(--color-foreground);
}
result:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
David | SalesHunterThemes team
We create fast Shopify themes, focusing on exceptional performance and seamless experience across all devices.
Try our Electro theme Free! (Now at Black Friday price)
Hello @paytonking 👋
Inside Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom
#shopify-section-template--15193794314300__main a {
color: rgb(110, 13, 13) !important;
}
The result
Hope that helps!
Hello there,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:
.rte.scroll-trigger.animate--slide-in a {
color: rgba(var(--color-foreground), 0.75);
}
Hello @paytonking
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
.rte a:hover {
color: #6E0D25 !important;
}
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024