Mobile Font Size - by aahmadi3 - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 9 years, 7 months ago ago by Robert Hall

  • Avatar: aahmadi3
    aahmadi3
    Participant
    August 22, 2014 at 02:41

    Hello,
    I would like to reduce the H2 font size for mobile.
    It looks like it is currently set to media all, can you please advise how I may be able to do this?

    http://www.somethingsocial-la.com

    For example I would like to the reduce the font size for “SOMETHING SOCIAL SERVICES” on the home page.

    Please advise.
    Thanks.
    Ali

    3 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    August 22, 2014 at 06:12

    Hello,

    Put this code into custom.css file.

    @media screen and (max-width: 480px) {
    .wpb_text_column .wpb_wrapper .title span{
    font-size:14px;
    }
    }

    Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.

    Regards,
    Robert Hall.

    Avatar: aahmadi3
    aahmadi3
    Participant
    August 22, 2014 at 06:51

    Amazing,
    Thank you Robert.
    You guys truly have the best support.
    Regards.
    Ali

    Avatar: Robert Hall
    Robert Hall
    Support staff
    August 22, 2014 at 07:07

    We’re glad to hear it.
    If you have any questions feel free to contact us.

    Have a good day!

    Regards,
    Robert Hall

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.