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

Add a slogan and button to the welcome banner.

Solved

Add a slogan and button to the welcome banner.

trong2409
Tourist
22 0 11

Hi, I am using the "Studio" theme and cannot add a slogan and button inside the banner. I want to add them like in the "Trade" theme, as shown in the image below.

My url: https://uponshelf.com/

Thank you!

trong2409_0-1732165250713.png

trong2409_1-1732165275377.png

 

Accepted Solution (1)

Vinsinfo
Shopify Partner
460 158 157

This is an accepted solution.

@trong2409 Please follow the steps below to add a slogan and button to the welcome banner in the Studio theme. Let us know if this is helpful for you.

 
1. From the admin, go to "Online Store" → "Themes".
2. Click the "Customize" button for the current theme.
3. Select the "Image Banner" section.
Vinsinfo_4-1732173247868.png

 

4. Update the following:
- Change the color scheme to Scheme 3, as shown in the screenshot.
Vinsinfo_3-1732173238676.png

 

- Change the "Desktop content position" as middle left as like in the below screenshot.
Vinsinfo_0-1732173200628.png

 

- Disable the "Show container on desktop" option as shown in below screen shot.
Vinsinfo_1-1732173209477.png

 

- Change the "Desktop content alignment" as left as like in the below screenshot
Vinsinfo_2-1732173218606.png

 

- Enter the title, subtitle, button label, and button link. Rearrange the order so that the subtitle is first, the title is second, and the button is last, as shown in the screenshot.
5. Under the Mobile Layout section:
- Disable the "Stack Images on Mobile" option.
- Disable the "Show Container on Mobile" option, as shown in the screenshot.
Vinsinfo_5-1732173261275.png

 

6. Click the "Action" button for the current theme and select "Edit Code".
7. Search for and locate the `section-image-banner.css` file. Add the following CSS code at the bottom of the file and save the changes:

 

.banner__buttons .button {
  border-radius: 4px;
  background-color: #B7ACA2;
}
.banner__buttons .button:after {
  display: none;
}

 

 
Final results will be like,
Desktop:
Vinsinfo_6-1732173791303.png

Mobile:

Vinsinfo_8-1732173867725.png
 
Please provide your support by click "Like" and "Accepted" if our solution works for you. Thanks for your support.
Please reach out to bizdev@vinsinfo.com for any enquires related to Shopify.
Our Services: Custom Theme Development, Theme Customization, Custom Feature Implementation, Data Migration, Custom APP Development, Website Optimization and Google Merchant Center Support

View solution in original post

Replies 6 (6)

Shadab_dev
Shopify Partner
949 53 93

Strange as far as my knowledge every theme on any platform would offer as common as elements like a heading and button. 

 

Don't you have an option from the customizer to add heading and button in the image banner section from the customizer?

Buy me Coffee, if you feel i was helpful. Email Me or WhatsApp me for any help with shopify theme customizations or any project in web dev. If this is helpful, please Like and Accept the solution.
trong2409
Tourist
22 0 11

There is a slogan and button, but I cannot adjust their positions to my liking. They look like this.1242.JPG

Shadab_dev
Shopify Partner
949 53 93

If it's just aligning to the left or right I can help you with it. So make your changes and let me know where you need it and I will try updating the code with you.

 

But if you need more styling to be done other than just aligning it I can help with that as well but ofcourse as you can understand will take some time and I will look forward to a service fee depending on your requirements.

 

Best

Shadab

Buy me Coffee, if you feel i was helpful. Email Me or WhatsApp me for any help with shopify theme customizations or any project in web dev. If this is helpful, please Like and Accept the solution.
trong2409
Tourist
22 0 11

Can you customize the slogan and button to look like these two images: image 1 for desktop and image 2 for mobile ?

Thank you so much!!

trong2409_0-1732168179536.png

trong2409_1-1732168196628.png

 

Vinsinfo
Shopify Partner
460 158 157

This is an accepted solution.

@trong2409 Please follow the steps below to add a slogan and button to the welcome banner in the Studio theme. Let us know if this is helpful for you.

 
1. From the admin, go to "Online Store" → "Themes".
2. Click the "Customize" button for the current theme.
3. Select the "Image Banner" section.
Vinsinfo_4-1732173247868.png

 

4. Update the following:
- Change the color scheme to Scheme 3, as shown in the screenshot.
Vinsinfo_3-1732173238676.png

 

- Change the "Desktop content position" as middle left as like in the below screenshot.
Vinsinfo_0-1732173200628.png

 

- Disable the "Show container on desktop" option as shown in below screen shot.
Vinsinfo_1-1732173209477.png

 

- Change the "Desktop content alignment" as left as like in the below screenshot
Vinsinfo_2-1732173218606.png

 

- Enter the title, subtitle, button label, and button link. Rearrange the order so that the subtitle is first, the title is second, and the button is last, as shown in the screenshot.
5. Under the Mobile Layout section:
- Disable the "Stack Images on Mobile" option.
- Disable the "Show Container on Mobile" option, as shown in the screenshot.
Vinsinfo_5-1732173261275.png

 

6. Click the "Action" button for the current theme and select "Edit Code".
7. Search for and locate the `section-image-banner.css` file. Add the following CSS code at the bottom of the file and save the changes:

 

.banner__buttons .button {
  border-radius: 4px;
  background-color: #B7ACA2;
}
.banner__buttons .button:after {
  display: none;
}

 

 
Final results will be like,
Desktop:
Vinsinfo_6-1732173791303.png

Mobile:

Vinsinfo_8-1732173867725.png
 
Please provide your support by click "Like" and "Accepted" if our solution works for you. Thanks for your support.
Please reach out to bizdev@vinsinfo.com for any enquires related to Shopify.
Our Services: Custom Theme Development, Theme Customization, Custom Feature Implementation, Data Migration, Custom APP Development, Website Optimization and Google Merchant Center Support
trong2409
Tourist
22 0 11

Thank you so much bro!!