I want it to be like this
1 Like
https://quick-start-999eac94.myshopify.com/
password: nayldu
1 Like
Hey @niceeee
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
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Please Add the following CSS code to your assets/base.css bottom of the file.
@media (max-width: 768px) {
.countdown-banner-richtext-template--19771697299756__5125ca9a-2935-42f3-98dd-d92f57acf886-template--19771697299756__5125ca9a-2935-42f3-98dd-d92f57acf886-16886249843c72cee7-0 {
font-size: 15px !important;
white-space: nowrap !important;
}
}
Thanks!
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset > base.css and paste this at the bottom of the file:
@media (max-width:500px){
.countdown-banner-richtext-template--19771697299756__5125ca9a-2935-42f3-98dd-d92f57acf886-template--19771697299756__5125ca9a-2935-42f3-98dd-d92f57acf886-16886249843c72cee7-0 {
font-size: 12px;
}
}



