Changing Button Font on Mobile

Discussion in 'Local Business WordPress Theme' started by lkodsmann, Jun 2, 2015.

  1. lkodsmann

    lkodsmann Guest

    Joined:
    Apr 4, 2014
    Messages:
    92
    Likes Received:
    2
    The main button (next to the slider) looks great on a desktop or tablet, but my button text is too "long" on a mobile device, and it breaks into two lines...

    Is there a way to change this font definition to a smaller font just on mobile devices?
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    Could you please provide us URL of your website so that we can assist you accordingly?

    Thanks,
    Praveen
     
  3. lkodsmann

    lkodsmann Guest

    Joined:
    Apr 4, 2014
    Messages:
    92
    Likes Received:
    2
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    @media only screen and (max-width: 480px){
    .signup-text .button1 {
      font-size: 18px !important;
    }
    }
    Thanks,
    Praveen
     

Share This Page