Colored background and font issue on Bizway Theme

Discussion in 'BizWay WordPress Theme' started by agwood, Oct 23, 2012.

  1. agwood

    agwood New Member

    Joined:
    Apr 30, 2012
    Messages:
    2
    Likes Received:
    0
    Greetings,

    If I upload a colored background to BizWay Theme, the font color not readable. How do I change the font color so that text shows up on colored background?

    Thanks
     
  2. admin

    admin Admin

    Joined:
    Oct 2, 2012
    Messages:
    47
    Likes Received:
    1
    Location:
    India
    You can change the font colors using the Custom CSS Options.
    Appearance -> Theme Options -> Styling Option -> Custom CSS

    Just write the code below
    Code:
    body, p {
    color: red;
    }
     

Share This Page