Shopify themes, liquid, logos, and UX
Hi Support Team,
STORE URL: www.faithandyou.in
THEME: refresh
Pls change my collection list view all button from blue to black, it does not fit into my store.
and do not reply @florenceharry
you talk so rudely,
can a real shopify expert help me out with this
Thanks!
Solved! Go to the solution
This is an accepted solution.
Inside your file called base.css on line 1250 add the following code:
color: black !important;
--border-offset: none !important;
border: 3px solid #000 !important;
The code should look something like this:
.button,
.shopify-challenge__button,
.customer button {
display: inline-flex;
justify-content: center;
align-items: center;
border: 0;
padding: 0 3rem;
cursor: pointer;
font: inherit;
font-size: 1.5rem;
text-decoration: none;
color: rgb(var(--color-button-text));
transition: box-shadow var(--duration-short) ease;
-webkit-appearance: none;
appearance: none;
background-color: rgba(var(--color-button), var(--alpha-button-background));
color: black !important;
--border-offset: none !important;
border: 3px solid #000 !important;
}
Result:
This is an accepted solution.
Inside your file called base.css on line 1250 add the following code:
color: black !important;
--border-offset: none !important;
border: 3px solid #000 !important;
The code should look something like this:
.button,
.shopify-challenge__button,
.customer button {
display: inline-flex;
justify-content: center;
align-items: center;
border: 0;
padding: 0 3rem;
cursor: pointer;
font: inherit;
font-size: 1.5rem;
text-decoration: none;
color: rgb(var(--color-button-text));
transition: box-shadow var(--duration-short) ease;
-webkit-appearance: none;
appearance: none;
background-color: rgba(var(--color-button), var(--alpha-button-background));
color: black !important;
--border-offset: none !important;
border: 3px solid #000 !important;
}
Result:
you are the goated G🐐
YOU ARE BETTER than everyone
thanks bro,
you are the best
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025