What's your biggest current challenge? Have your say in Community Polls along the right column.

I want to change the part in this image, how can I do it in terms of design,it is very bad like this

I want to change the part in this image, how can I do it in terms of design,it is very bad like this

DenaHome
Tourist
13 0 1

shopify.PNG

Replies 2 (2)

DaisyVo
Shopify Partner
1076 138 152

Hi @DenaHome 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

Option 1: 

 

div.shopify-section:has(.customer.login) {
    background-image: url("link-image");
    background-position: center;
    background-size: cover;
}

 

Here is the result: https://prnt.sc/m70IMMphgosc ( use this code if you want to insert the image as background) 
 
Option 2: 
 

 

div.shopify-section:has(.customer.login) {
    background: black !important;
}
div.shopify-section:has(.customer.login) * {
    color: white !important;
}

 

Here is the result: https://prnt.sc/1s7vveovMstD ( use this one if you just want to change the color) 

 

I hope this helps

 

Best,

 

Daisy

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
DenaHome
Tourist
13 0 1

 

Actually, I'm talking about this part, I've reviewed a few sites here and I want people's login part to be like this and I want it to be like this.

 

 

 glrf.PNG