Comments JonasSmits started the conversationApril 24, 2020 at 10:29amHi,I have some problems with my 'custom heading'. If I adjust the custom font size for the mobile version it does not change. I want it in proportion!Do you have a solution for me? 8,884Tahir repliedApril 24, 2020 at 11:23amHey, Please provide the page url so that i can write up the custom css for whats possible. Also try using the New Responsive Typography Settings in here : http://prntscr.com/gnf951 . Best. ThemeNectar Support Team JonasSmits repliedApril 29, 2020 at 7:43pmHey,Page url: www.bumpagency.nlThanks!! 2,979Andrew repliedApril 29, 2020 at 7:56pmHi there,Try the following custom css in Salient > General Settings > CSS/Script related: @media only screen and (max-width: 768px){ h1.vc_custom_heading { font-size: 20px!important; line-height: 40px!important; } h2.vc_custom_heading { font-size: 18px!important; line-height: 30px!important; } } Kind regards.JonasSmits repliedApril 29, 2020 at 8:44pmHi Andrew,Thanks!I tried your custom CSS.But it does not work.Kind Regards,Jonas SmitsJonasSmits repliedApril 29, 2020 at 8:47pmSee attachment. 2,979Andrew repliedApril 30, 2020 at 4:03pmHi Jonas,Could you allow us to login to your website we check what could be overwriting that. We going to need username and password with admin privileges.Thanks. JonasSmits replied privately 2,979Andrew repliedApril 30, 2020 at 4:37pmHi Jonas,Use any of your email . We only need username and password only that allow us to login.Thanks. JonasSmits replied privately Andrew replied privately JonasSmits replied privately 2,979Andrew repliedApril 30, 2020 at 7:49pmHi Jonas,Updated css like below and seems to have increase the fonts. You can still adjust in Salient > General settings @media only screen and (max-width: 768px){ .mob-font h1.vc_custom_heading { font-size: 20px!important; line-height: 40px!important; } .mob-font h2.vc_custom_heading { font-size: 18px!important; line-height: 30px!important; } } Hope this helps.JonasSmits repliedApril 30, 2020 at 8:28pmYes for sure! Thanks Andrew! JonasSmits replied privately 2,979Andrew repliedMay 1, 2020 at 10:05amHi Jonas,To target specific element in a row the make sure you add a class name.Kind regards.JonasSmits repliedMay 1, 2020 at 10:14amHi Andrew,If I give a specefic element a 'class name' it does not work. Only if I give the row a specefic 'class name' it works. 2,979Andrew repliedMay 1, 2020 at 10:34amHi Jonas,The row has option to add extra class and not elements.Thanks. JonasSmits replied privately 2,979Andrew repliedMay 1, 2020 at 6:23pmHi Jonas,The following will work since you have set in custom heading. It applies only in mobile. @media only screen and (max-width: 768px){ .mob-font-3 { font-size: 20px; line-height: 40px; } } Kind regards. JonasSmits replied privately JonasSmits replied privately 2,979Andrew repliedMay 4, 2020 at 10:55amHi Jonas,The following css added in Salient > General settings > CSS/Script related is overriding.Hope this helps. Sign in to reply ...
Hi,
I have some problems with my 'custom heading'.
If I adjust the custom font size for the mobile version it does not change.
I want it in proportion!
Do you have a solution for me?
Hey,
Please provide the page url so that i can write up the custom css for whats possible.
Also try using the New Responsive Typography Settings in here : http://prntscr.com/gnf951 .
Best.
ThemeNectar Support Team
Hey,
Page url: www.bumpagency.nl
Thanks!!
Hi there,
Try the following custom css in Salient > General Settings > CSS/Script related:
Kind regards.
Hi Andrew,
Thanks!
I tried your custom CSS.
But it does not work.
Kind Regards,
Jonas Smits
See attachment.
Hi Jonas,
Could you allow us to login to your website we check what could be overwriting that. We going to need username and password with admin privileges.
Thanks.
Hi Jonas,
Use any of your email . We only need username and password only that allow us to login.
Thanks.
Hi Jonas,
Updated css like below and seems to have increase the fonts. You can still adjust in Salient > General settings
Hope this helps.
Yes for sure! Thanks Andrew!
Hi Jonas,
To target specific element in a row the make sure you add a class name.
Kind regards.
Hi Andrew,
If I give a specefic element a 'class name' it does not work.
Only if I give the row a specefic 'class name' it works.
Hi Jonas,
The row has option to add extra class and not elements.
Thanks.
Hi Jonas,
The following will work since you have set in custom heading. It applies only in mobile.
Kind regards.
Hi Jonas,
The following css added in Salient > General settings > CSS/Script related is overriding.
Hope this helps.