I added the "custom heading" element on page to create a huge title (bigger than my h1 definition), but now i don't know how to adapt the size for mobile.
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
@media only screen and (max-width: 1000px) and (min-width: 1px) {
h1.vc_custom_heading {
font-size: 21px !important;
line-height: 25px !important;
}
}
Hi,
I added the "custom heading" element on page to create a huge title (bigger than my h1 definition), but now i don't know how to adapt the size for mobile.
Thanks in advance!
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team