Tagged: , , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #515056

    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

    #515169

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.