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!
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!
Hello @TuneToyz
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
my reply helpful? Click Like to let me know!
your question answered? Mark it as 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
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before 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;
}