Hi i am looking for a solution to reduce the heading font size only in mobile version
URL - https://theblabbershop.com/
Thankyou
Hi i am looking for a solution to reduce the heading font size only in mobile version
URL - https://theblabbershop.com/
Thankyou
Please share the screenshot..
Hi @TheBlabberShop ,
You can follow the instruction below:
@media (max-width: 767px) {
h1, .h1 {
font-size: 2rem !important;
}
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
@media (max-width: 767px) {
h1, .h1 {font-size: 2rem !important;}
}
If any problem Let me know!
Thanks!
Hi yes attaching the screenshot
I would like to reduce the BEST SELLERS / CUSTOMERS SPEAK FOR US sections
Hi @TheBlabberShop ,
You can try add below code in base.css:
.title-wrapper-with-link {
margin: 0 !important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Hi
Its not working ![]()