how do I make the font size smaller on the site title in the left hand top corner?

Discussion in 'Subscribely v2 WordPress Theme' started by sandradohn, May 1, 2015.

  1. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    It is so large that it crowds the menu items that are listed. The site is theamazingsellingwebsite.com

    Thanks, Sandra
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi, Sandra!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .logo h1 {
      font-size: 20px !important;
    }
    .logo p {
      font-size: 16px !important;
    }
    Please adjust font-size according to your requirement.

    Thanks,
    Praveen
     

Share This Page