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
A user is experiencing an issue where changing the regular text color in their Venue theme also affects button label text colors. They want to assign different colors to these elements.
Problem Details:
Attempted Solution:
A helper provided CSS code to style the button with a border and custom colors, targeting the .c-btn--hollow class. The code was meant to be added to base.css/theme.css/style.css files.
Current Status:
<head> sectionI 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
hey @precision1 plz share your store URL
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 tag, and then add the code on the next line.
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?
Send me codingfifty@gmail.com @precision1