Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #172367

    What is the Quick CSS to make the top header (phone number) larger?

    See http://www.oakparkmedical.com.

    I want to make the Phone number and Fax Number at the top right larger. Please help.

    Thanks

    Zach

    #172820

    Hey kangaroozach!

    The theme in provided link is not Enfold :)
    You can add following code to Quick CSS in Enfold theme options under Styling tab

    .social_header .phone-info span { font-size: 16px; }

    Best regards,
    Yigit

    #172831

    Oops. I mean http://www.oakparkpediatrics.com.

    Thank you.

    Zach

    #172834

    Also, this did increase the font size but it doesn’t look right on mobile.

    Do you have another CSS line for the responsive part of this?

    Thanks

    Zach

    #173029

    Hey!

    Please change previous code with following one

    @media only screen and (min-width: 767px) { .social_header .phone-info span { font-size: 16px; } }

    Best regards,
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘What is the Quick CSS to make the top header (phone number) larger?’ is closed to new replies.