Body copy text colour

Discussion in 'BlackBird WordPress Theme' started by paraguy, Jul 1, 2014.

  1. paraguy

    paraguy Guest

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

    How do I change the body copy colour to black?

    Thanks
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    p{
    color:#000!important;
    } 
    Thanks & Regards
    Gourav Shrivastava
     
  3. paraguy

    paraguy Guest

    Joined:
    Jun 24, 2014
    Messages:
    24
    Likes Received:
    1
    Location:
    Manchester, England
    Adding this code does not seems to work? I have emptied browser cache etc before reloading the page.
     
  4. Piyush

    Piyush Support Staff

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

    Could you please specify us with the help of screenshot images that which text color you want to change so that i can provide you exact solution.
     
  5. paraguy

    paraguy Guest

    Joined:
    Jun 24, 2014
    Messages:
    24
    Likes Received:
    1
    Location:
    Manchester, England
    I would like to the text within the body of each page and post to be black, not grey.

    Also, I would like to change the font of the headings (h1, h2, h3) and body copy to a sans-serif font screenshot-www.simonddavies.com 2014-07-02 08-01-46.png .

    screenshot-www.simonddavies.com 2014-07-02 08-01-46.png
     
  6. 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 p {
    color: black;
    }
    .page-heading h1, .page-heading h2, .page-heading h3 {
    color: black; font-family: symbol;
    }
    .content-bar h2 {
    color: black;
    } 
    In place of "black" you can put your color or color code.
    In place of "symbol" you can put your font.
     
  7. paraguy

    paraguy Guest

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

    That code does not work? I have made changes and viewed in browser with cache flushed.

    Thanks
     
  8. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Do let us know your website link.

    Thanks & Regards
    Gourav Shrivastava
     
  9. paraguy

    paraguy Guest

    Joined:
    Jun 24, 2014
    Messages:
    24
    Likes Received:
    1
    Location:
    Manchester, England
  10. 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 p {
    color: black ! important;
    } 
    in place of

    Code:
    .content-bar p {
    color: black;
    } 
    This will solve your issue.
     
  11. paraguy

    paraguy Guest

    Joined:
    Jun 24, 2014
    Messages:
    24
    Likes Received:
    1
    Location:
    Manchester, England
    That does not work :(
     
  12. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  13. Piyush

    Piyush Support Staff

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

Share This Page