Shopify themes, liquid, logos, and UX
Join us March 21 for an AMA on planning your 2023 marketing budget with 2H Media co-owners, Matt and Aron
Hi,
I added the code below to make my mobile Hero Page scalable without changing the hero picture design.
However, now I want to increase the font size of the "Jetzt bestellen" button.
How do I do this?
(Note: I already reached out to the customer support, they will not help me with this issue)
kind regards
Robert
Hello Robert.
Please, share your website link, so I'll be able to help you.
Thanks.
Thanks.
Need a password for it.
Hey Robert.
The easy solution you can use is to include this code in some of your media queries (if you want it for mobile only):
.mega-subtitle a {
font-size: 15px;
}
But for better usability and proper code style - you have to use CSS variables + Theme controls. Can't help you with that free, because it will require some time. But you can always use the first option.
Hello
You can try this code for mobile view
Add this in theme.css file
@media screen and (max-width:767px){
.mega-subtitle a {
font-size: 16px;
}
}
User | RANK |
---|---|
178 | |
156 | |
89 | |
33 | |
29 |
Thanks to all Community members that participated in our inaugural 2 week AMA on the new E...
By Jacqui Mar 10, 2023Upskill and stand out with the new Shopify Foundations Certification program
By SarahF_Shopify Mar 6, 2023One of the key components to running a successful online business is having clear and co...
By Ollie Mar 6, 2023