can someone help me the tex in photo slide bigger on the desktop site not the mobile?

Solved
Andrewpry
Excursionist
23 0 6

its the broadcast theme, the text on the slideshow is too small for the desktop I want it bigger its fine on the mobile site

Screen Shot 2021-11-05 at 4.04.50 pm.pnghttps://boudoirsensual.com 

Accepted Solution (1)

Accepted Solutions
dmwwebartisan
Shopify Partner
11325 2417 3483

This is an accepted solution.

@Andrewpry 

Please Go to Online Store->Theme->Edit code then go to assets/theme.scss.liquid ->paste below code at the bottom of the file.

@media (min-width: 750px) {
.hero__title{font-size: 4rem !important;}
}

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Replies 2 (2)
dmwwebartisan
Shopify Partner
11325 2417 3483

This is an accepted solution.

@Andrewpry 

Please Go to Online Store->Theme->Edit code then go to assets/theme.scss.liquid ->paste below code at the bottom of the file.

@media (min-width: 750px) {
.hero__title{font-size: 4rem !important;}
}

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
dmwwebartisan
Shopify Partner
11325 2417 3483