How can I modify the design of my product page?

How can I modify the design of my product page?

admintb
Navigator
346 6 57

Hi there

 

I would like to put the title of the size selection into the dropdown and I would like to make the color swatch box smaller. Please help me:

 Shop Link: https://zpiht1ohg2wr7er6-70487015690.shopifypreview.com

Bildschirmfoto 2023-11-03 um 18.18.42.png
Like this:

Bildschirmfoto 2023-11-03 um 18.19.29.png

Replies 10 (10)

webwondersco
Shopify Partner
1161 169 169

@admintb , add the below line of CSS at the end of your theme.css file

 

.variant-picker .variant-picker__option:first-child{order:2}
Web Wonders | Shopify Partner | Connect here!
- Question answered? Mark as Accepted Solution, reply helpful? Click Like
- Hire me, if you want to design, re-design, develop a store, or make changes to the pre-built store.
- a small Coffee Tip would be greatly appreciated. :)..! Instagram
admintb
Navigator
346 6 57

Thank you, can you do also the rest? 🙂

webwondersco
Shopify Partner
1161 169 169

@admintb could you please explain what other issue you are facing?

 

Web Wonders | Shopify Partner | Connect here!
- Question answered? Mark as Accepted Solution, reply helpful? Click Like
- Hire me, if you want to design, re-design, develop a store, or make changes to the pre-built store.
- a small Coffee Tip would be greatly appreciated. :)..! Instagram
admintb
Navigator
346 6 57

I would like to have the title "Select Size" in the dropdown like this:

Bildschirmfoto 2023-11-03 um 18.19.29.png

webwondersco
Shopify Partner
1161 169 169

@admintb  for the select size please check your theme customization options.

 

if not found there then need to add some custom code for that

Web Wonders | Shopify Partner | Connect here!
- Question answered? Mark as Accepted Solution, reply helpful? Click Like
- Hire me, if you want to design, re-design, develop a store, or make changes to the pre-built store.
- a small Coffee Tip would be greatly appreciated. :)..! Instagram
admintb
Navigator
346 6 57

I am asking you for the custom code, because I can't change this 

webwondersco
Shopify Partner
1161 169 169

@admintb  for that I have to check your theme code.

 

Are you able to give collaborator access?

Web Wonders | Shopify Partner | Connect here!
- Question answered? Mark as Accepted Solution, reply helpful? Click Like
- Hire me, if you want to design, re-design, develop a store, or make changes to the pre-built store.
- a small Coffee Tip would be greatly appreciated. :)..! Instagram
admintb
Navigator
346 6 57

Can you work with this using source text ?

https://zpiht1ohg2wr7er6-70487015690.shopifypreview.com

webwondersco
Shopify Partner
1161 169 169

Sorry to say but from the source code can't manage such a thing. If it is related to CSS then it'll be easily managed.

Web Wonders | Shopify Partner | Connect here!
- Question answered? Mark as Accepted Solution, reply helpful? Click Like
- Hire me, if you want to design, re-design, develop a store, or make changes to the pre-built store.
- a small Coffee Tip would be greatly appreciated. :)..! Instagram
webwondersco
Shopify Partner
1161 169 169

@admintb for decreasing the size of color swatch add below line of CSS:

 

.color-swatch {
  --swatch-size: 1.5rem;
}
Web Wonders | Shopify Partner | Connect here!
- Question answered? Mark as Accepted Solution, reply helpful? Click Like
- Hire me, if you want to design, re-design, develop a store, or make changes to the pre-built store.
- a small Coffee Tip would be greatly appreciated. :)..! Instagram