Shopify themes, liquid, logos, and UX
I have venue..
Updating site when I change the "regular text colour" it changes the 'button label text colour' also.
How do you assign 2 different colours?
Can you??
Thx
Solved! Go to the solution
This is an accepted solution.
Send me codingfifty@gmail.com @precision1
Hello @precision1 ,
Please share the website url.
precisioncraft.ca
Homepage 'find out more about the galvo'
The new version doesn't allow the box around the link and the colours too...
Which color do you want on the button?
Do you want to like this button?
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css file Add the provided code at the end of the file.
a.c-btn--hollow {
color: var(--color--text) !important;
box-shadow: inset 0 0 0 1px var(--color--text) !important;
margin-bottom: 1px;
background: white !important;
}
Ok I will give it a try
Try this code.
a.c-btn--hollow {
color: var(--color--text) !important;
box-shadow: inset 0 0 0 1px var(--color--text) !important;
margin-bottom: 1px;
background: white !important;
}
Nothing comes up when search base.css/theme.css/style.css
Please find the theme.liquid file, locate the <head> tag, and then add the code on the next line.
<style>
a.c-btn--hollow {
color: var(--color--text) !important;
box-shadow: inset 0 0 0 1px var(--color--text) !important;
margin-bottom: 1px;
background: white !important;
}
</style>
added it to layout/theme/liquid nothing changed.
Please share the collaborator code so I can implement it. @precision1
How do you do that?
Would you give me access to your store? I will implement the code in your store. @precision1
ok here?
This is an accepted solution.
Send me codingfifty@gmail.com @precision1
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025