Using the refresh theme and wanted to lower this text and button (hard to see the button below the text in the image) any help is appreciated because I can’t figure this out on my own ![]()
Hey @PietroAriston
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
@PietroAriston Please follow the below steps to lower the text and button in the banner section. Let me know whether it is helpful for you.
- Go to “Online Store” → “Themes”.
- Click “Customize” button from the current theme.
- Click “Elegance with an Edge” block under the “Slideshow” section to edit like in the below attached screenshot.
- Search and locate for the “Desktop content position” option like in the below attached screenshot.
- Click and choose the “Bottom center” option from the dropdown of the “Desktop content position” option like in the below attached screenshot.
If the above steps doesn’t match your requirement, please share your store URL and details of how you exactly need, it will help us to share solution based on it.
You have mentioned that it is hard to see the button below the text in the image. If you are looking to update the text color and background color of the button. Please check the below details.
- Search for the “Color scheme” in the same block and click “Edit” in the “Color Scheme” option to update the button colors like in the below attached screenshot.
- Find the below options like “Solid button background” and “Solid button label” and choose your custom color to the button.
Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.
https://strifedesign.com/
@Vinsinfo @Moeed
There should be no password, here is a screen shot of my admin view
Hey @PietroAriston
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
@PietroAriston Please paste below code in the Custom CSS field available for the Slideshow section. Let me know whether it works.
.banner__content {
padding: 2rem !important;
}
.banner__box {
padding-bottom: 0px !important;
}
Result will be like,
Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.
This worked, thank you!
Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.








