Background Color for Pages, Posts, and Featured Text Boxes

Discussion in 'ButterBelly WordPress Theme' started by briangladstone, Mar 7, 2014.

Thread Status:
Not open for further replies.
  1. briangladstone

    briangladstone Member

    Joined:
    Apr 2, 2013
    Messages:
    53
    Likes Received:
    4
    When I install a dark colored background image, the black text is hard to read.

    Is it possible to make page backgrounds, home page features, widget areas plus any location where text appears, to have a solid white background, possibly with a 1px black border?

    In this manner the black text will always be on a white background and will be easy to read.

    Thank you

    Brian Gladstone
    www.briangladstone.com
     
  2. Piyush

    Piyush Support Staff

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

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

    Code:
    .feature-content .feature-content-inner {
    background: white;
    }
    .featurebox {
    background: white;
    }
    .feature_blog_content {
    background: white;
    } 
    In place of "white" you can put your color or color code.
    This will solve your issue.
     
  3. briangladstone

    briangladstone Member

    Joined:
    Apr 2, 2013
    Messages:
    53
    Likes Received:
    4
    Thanks works well.
     
Thread Status:
Not open for further replies.

Share This Page