Home Page background

Discussion in 'BlackBird WordPress Theme' started by louanncovi, Jun 14, 2013.

  1. louanncovi

    louanncovi Member

    Joined:
    Jun 12, 2013
    Messages:
    116
    Likes Received:
    1
    Location:
    Sun City West, AZ USA
  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:
    .bgimagecolor{
    background-color:red;
    }
    Inplace of "red" put your color code.
     
  3. louanncovi

    louanncovi Member

    Joined:
    Jun 12, 2013
    Messages:
    116
    Likes Received:
    1
    Location:
    Sun City West, AZ USA
    This does not work. That is only to change the side panels. I want to change the entire background and move all the white background that shows up on the center two-thirds of every page. When I switched to this pro version, the main section of the webpages, that contain all the content are still ALL white. Can anyone help me? My site is: http://www.covitravel.com/teahouseconnection/
    Thanks, LouAnn
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

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

    Code:
    .bgimagecolor {
    background: none;
    }
     
  5. louanncovi

    louanncovi Member

    Joined:
    Jun 12, 2013
    Messages:
    116
    Likes Received:
    1
    Location:
    Sun City West, AZ USA
    Thank you very much! Now I just need to make my logo have a transparent background. My logo was done in Photoshop. Can I easily switch that background to transparent?
     
  6. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    I have checked your site and i think you have done it by yourself.
    If not then please do let me know.
     
    louanncovi likes this.
  7. hfoord

    hfoord New Member

    Joined:
    Aug 9, 2013
    Messages:
    13
    Likes Received:
    0
    I have tried the following code for Covera Pro and it just does not change the background. Also tried Body rather than fullwidth and also no change.
    I would like to make my fullwidth pages have a black background. What could would I use for that in this theme?

    This does not work:
    .fullwidth {
    background: black;
    }
     
  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. hfoord

    hfoord New Member

    Joined:
    Aug 9, 2013
    Messages:
    13
    Likes Received:
    0
  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 {
    background: black;
    }
     
    In place "black" you can put your color or color code.
    This will solve your issue.
     

Share This Page