Shopify themes, liquid, logos, and UX
Hello my website is tunetoyz.com password tunetoyz123
I need help making this section bigger and making the font white
I want it to look kind of like this
Thank you!
Solved! Go to the solution
This is an accepted solution.
Hello @TuneToyz
Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css.
Add the provided code at the end of the file.
.banner__box .banner__heading strong {
color: #fff !important;
padding: 0 !important;
font-size: 60px !important;
}
.banner__buttons a {
background: #fff !important;
color: #000 !important;
}
Hello @TuneToyz
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.banner__content.banner__content--middle-center{
justify-content: end !important;
}
.banner__box .banner__heading strong {
color: #fff !important;
padding: 0 !important;
font-size: 60px !important;
}
.banner__buttons a {
background: #fff !important;
color: #000 !important;
}
</style>
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
hey this is what happens when I add this.
This is an accepted solution.
Hello @TuneToyz
Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css.
Add the provided code at the end of the file.
.banner__box .banner__heading strong {
color: #fff !important;
padding: 0 !important;
font-size: 60px !important;
}
.banner__buttons a {
background: #fff !important;
color: #000 !important;
}
hey this code does not work I tried adding it to base.css and it didnt work
Hello @TuneToyz
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
.banner__box .banner__heading strong {
color: #fff !important;
padding: 0 !important;
font-size: 60px !important;
}
.banner__buttons a {
background: #fff !important;
color: #000 !important;
}
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025