How can I increase the text size in the mobile slideshow of Symmetry theme?

Hi there,

When viewing mobile version of the main slideshow, ‘heading’ text size significantly decreases, is there way to make this slightly larger?

Please note this theme is currently hidden but you may preview here: (now removed)

Attached mock screenshots below further reference:

Any help on this would be greatly appreciated and thank you in advance - KDM

1 Like

@KDM

Please add the following code at the bottom of your assets/styles.css file.

@media (max-width: 767px){
.subheading{ font-size: 1.6em !important; }
.h1-style{ font-size: 22px !important; }
.overlay-text__rte{ font-size: 1.8em !important; }
}

Hope this works.

Thanks!

1 Like

@dmwwebartisan

Thank you for the quick reply!

Should this go at the bottom of theme.liquid or theme.js ?

Thanks - KDM

1 Like

@KDM

No, you have to add this at the bottom of your assets/styles.css file.

You can get it in the assets folder. Please check.

@dmwwebartisan

Thanks yes I have found the right place to put the code now and after a little adjustment it’s working great.

Thanks so much!

KDM

1 Like