Featured collection colour issue

Featured collection colour issue

jeffreym
Pathfinder
157 3 34

I would like the images to be there, and everything else completely white with the add to cart buttons the same as the original home page colour button and design.

Having troubles with this, I have tried using different schemes though can not get it right.Screenshot 2024-07-12 at 4.46.43 PM.png

Replies 6 (6)

GTLOfficial
Shopify Partner
801 167 178

Hello @jeffreym 
Please provide the url of your website.

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

JasmeetVT14313
Shopify Partner
292 63 77

Hi @jeffreym 
Can you please share your store URL

- VTN Customer Dashboard enhances your customer's dashboard with advanced features, profile management, and order tracking. Free trial available.
- Feel free to contact me at jasmeet.kaur@vtnetzwelt.com

niraj_patel
Shopify Partner
2391 516 515

Hello @jeffreym 
would you like to share your store URL and password if any please.
so i can check and provide you possible solution for your question.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

BSSCommerce-HDL
Shopify Partner
2305 835 908

Hi @jeffreym

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag: 

<style>
.quick-add__submit.button span, .quick-add__submit.button {
  color: white !important;
}

.quick-add__submit.button:after, .quick-add__submit.button:hover:after {
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgb(249 249 249), 0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background)) !important;
}

</style>

Here is result: 

BSSCommerceHDL_0-1720768424939.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

jeffreym
Pathfinder
157 3 34

I am trying to make the buttons completely gold, with white text. Can you help me with this? 

I dont want any blue colouring in the background, just clean white with a gold button/white text

GTLOfficial
Shopify Partner
801 167 178

Hello @jeffreym 
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> component-card.css ---> line number 338
search this code

.card--card.card--media>.card__content {
margin-top: calc(0rem - var(--image-padding));
}


and replace with this code.

.card--card.card--media>.card__content {
margin-top: calc(0rem - var(--image-padding));
background: white !important;
}

and the result will be
15.png

If this was helpful, hit the like button and mark the job as completed.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh