Background color...

Discussion in 'Woodpecker WordPress Business Theme' started by trasgu, Sep 11, 2014.

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

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    Ref.: http://joel-world.jp/web/

    Hi friends,
    tried to find the CSS code to change the bg color but could not find it, can you please guide me a bit? I want to put the same "#01A0CA" color but in the BG of the theme, as for the header I used the following CSS:
    .top-wrapper {
    background: #01A0CA;
    }

    What is the CSS "magic" for the background color of the Theme? Thx tons !!!! ;)
     

    Attached Files:

  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Use following css code in Custom CSS for it.
    Code:
    .content-wrapper {
    background: #01A0CA;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
    trasgu likes this.
  3. trasgu

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    That's the code, thx sooo much mate !!!! ....one more little thing, why is the color indicated not coming up in while surfing the other pages such as: http://joel-world.jp/web/joelについて/ ...here I can still see the a white background :/
     

    Attached Files:

  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    For that use following css code.
    Code:
    body{
    background: #01A0CA;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  5. trasgu

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    Excellent Yogesh, many thxs a happy weekend from Nicaragua ;)
     
Thread Status:
Not open for further replies.

Share This Page