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
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025