Tagged: font, H1, mobile, size Viewing 2 posts - 1 through 2 (of 2 total) Author Posts October 7, 2015 at 9:55 am #515056 richardelectrixParticipant Hi I have given a H1 Headline on my home page a custom css class of “homepage-intro” I want to be able to control the font size of this H1 (only this class) on a mobile device. How can this be done? dev2.electrixinternational.com October 7, 2015 at 1:20 pm #515169 YigitKeymaster Hi richardelectrix! Please add following code to Quick CSS in Enfold theme options under General Styling tab @media only screen and (max-width: 480px) { .homepage-intro h1 { font-size: 16px !important; }} Regards, Yigit Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In