To complete your requests, please follow these steps:
Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
Paste the code provided into the Custom CSS section.
@media screen and (max-width: 768px){
.banner__content {
align-items: flex-end !important;
}
.banner__box.content-container * {
color: red !important;
}
.banner__buttons a {
border: 1px solid red !important;
}
.banner__buttons a::after {
box-shadow: none !important;
}
}
Is there anything else that you need help? If not, if our answer solved your original problem, please give us a like and mark it Solution. We will be really appriciate