Comments 2aruback started the conversationAugust 23, 2023 at 10:29pmIs it possible to set the mobile fonts for my home page to be different than the desktop fonts?The text on my desktop Home Page looks great with H1 (36px) being used up top & H6 (23px) being used below:..but when I look on the Mobile View, the bottom text now looks bigger:is there a way OR some CSS that you can send me to customize the Mobile view?Thanks in advance,AdamAttached files: SS_11.jpg SS_10.jpg 279Noah repliedAugust 24, 2023 at 4:41amHi there,You can use this CSS to control the size of h6 text on mobile view: @media only screen and (max-width: 690px){ .row .col h6, body h6{ font-size:15px; line-height:20px; } }add it to salient \ general settings - css script related - custom css code. Cheers. 2aruback repliedAugust 24, 2023 at 4:51pmthank you!!!!!!!!!!! 8,839Tahir repliedAugust 24, 2023 at 5:02pmHey Again, Try using the New Responsive Typography Settings in here : Click on Image to View Larger. Best. ThemeNectar Support Team Sign in to reply ...
Is it possible to set the mobile fonts for my home page to be different than the desktop fonts?
The text on my desktop Home Page looks great with H1 (36px) being used up top & H6 (23px) being used below:
..but when I look on the Mobile View, the bottom text now looks bigger:
is there a way OR some CSS that you can send me to customize the Mobile view?
Thanks in advance,
Adam
Attached files: SS_11.jpg
SS_10.jpg
Hi there,
You can use this CSS to control the size of h6 text on mobile view:
add it to salient \ general settings - css script related - custom css code.
Cheers.
thank you!!!!!!!!!!!
Hey Again,
Try using the New Responsive Typography Settings in here :
.
Best.
ThemeNectar Support Team