How to fix?

How to fix?

Spay
Excursionist
33 0 12

Ive attached 2 photos, 1 of my store the blue and one of another the pink. I want to change it so when viewing on mobile it comes up as the circles for switching photos not the 1/6 view like the other site and i also want my bundles to be highlighted the whole time and darken when selected like the pinks site. aventacy.com is  my site and the other is sheenskin.auUSE 1.PNGNEW 2.PNG

Replies 4 (4)

BSSCommerce-HDL
Shopify Partner
2292 842 1057

Hi @Spay, Do you mean like this ?

BSSCommerceHDL_0-1725780044068.png

 

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

Spay
Excursionist
33 0 12

@BSSCommerce-HDL  Yes and just the photo selecting part 

 

BSSCommerce-HDL
Shopify Partner
2292 842 1057

@Spay,  You can try: 

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>
.prvw_block .block__cb input:checked + label {
    border: 2px solid #15f0ed !important;
    background-color: #eaffff !important;
}

.prvw_block .block__cb input + label {
    border: 2px solid #cff3f3;
    border-radius: 15px;
}
</style>

 

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

Spay
Excursionist
33 0 12

@BSSCommerce-HDL Hey i just noticed this only changed the blue border around the bundles on desktop view not mobile aswell is there a way so its on both?

Don't Worry i must of accidently messed it up reput it in all working 🙂