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

    Hi,

    Is there a way to reduce the size of the font of the text in the contact form labels (the text that says Name: Email Address: etc.) on the mobile.

    Here’s the page to view via mobile so you can see the issue I have: View the contact form on a mobile

    Would be good to get the font to reduce in a size a bit.

    Thanks,
    Regards, Ken

    #1065251

    Hey Ken,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      #top .avia_ajax_form label {
        font-size: 12px !important;
      }
    }

    Just adjust the 12px value.
    Hope it helps.

    Best regards,
    Nikko

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