Okay
  Public Ticket #2963766
custom heading mobile font size
Closed

Comments

  •  2
    Serovbe started the conversation

    Hi again) 

    i need some css for making custom heading mobile font size smaller. thnx 

  •  8,839
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    @media only screen and (max-width: 690px) {
        h2.vc_custom_heading {
            font-size: 43px !important;
        }
    }

    Thanks


    ThemeNectar Support Team