Shopify themes, liquid, logos, and UX
I want to edit the size of the text (give customers details about the banner... etc), using custom CSS. However, I only want it smaller in the mobile view, but to remain the same size it is now in desktop view. Is this possible with custom CSS function?
Solved! Go to the solution
This is an accepted solution.
1) Go to Online Store
2) Edit Code
3) Find theme.css/base.css file
4) Add the following code in the bottom
@media (max-width: 768px) {
div#Banner-template--18470079725786__image_banner_ERxkAT
.banner__text.rte.body{
font-size: 14px !important;
}
]
Thanks!
Hey @maisongreen_03
Add your CSS in this media query in the Custom CSS option and it will work for mobile only.
@media screen and (max-width: 767px) {
}
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hello,
Please share "Store URL"
Thanks!
This is an accepted solution.
1) Go to Online Store
2) Edit Code
3) Find theme.css/base.css file
4) Add the following code in the bottom
@media (max-width: 768px) {
div#Banner-template--18470079725786__image_banner_ERxkAT
.banner__text.rte.body{
font-size: 14px !important;
}
]
Thanks!
As 2024 wraps up, the dropshipping landscape is already shifting towards 2025's trends....
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024