Altering font size

Discussion in 'BlackBird WordPress Theme' started by paraguy, Jun 28, 2014.

  1. paraguy

    paraguy Guest

    Joined:
    Jun 24, 2014
    Messages:
    24
    Likes Received:
    1
    Location:
    Manchester, England
    Hi there

    How do I alter the font sizes? Especially the body copy, which is very difficult to read!

    Cheers
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  3. paraguy

    paraguy Guest

    Joined:
    Jun 24, 2014
    Messages:
    24
    Likes Received:
    1
    Location:
    Manchester, England
    Font size for body copy is too small and I'd like to increase the size.

    I have attached a screenshot as requested from http://www.simondavies.com/about

    Thank you. download (1).png download (1).png
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .content-bar h2 {
    font-size: 30px;
    }
    .content-bar p {
    font-size: 15px;
    } 
    You can change the value of "font-size" as per your requirement.
    This will solve your issue.
     

Share This Page