Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Increase Image Banner Heading Size on PC

Increase Image Banner Heading Size on PC

edwinsoltan
Excursionist
42 0 11

How can I make the heading on an image banner larger than the standard settings allow, but only for PC users?

 

STORE https://timecraft.se/

Skärmavbild 2024-11-30 kl. 03.16.00.png

Replies 2 (2)

Asad-Mahmood
Trailblazer
198 36 42

go to your online store -> edit code -> base.css file and paste this code these

@media (min-width: 1024px) { 
  .banner__heading.inline-richtext.hxxl strong {
    font-size: 74px !important;
  }
}
If my solution has been helpful, you can consider supporting me via Buy Me a Coffee.
Hire me: asadmahmood8470@gmail.com
WhatsApp





edwinsoltan
Excursionist
42 0 11

Hi, it didn't make any changes.