make white space black

Discussion in 'ButterBelly WordPress Theme' started by vesity, Aug 9, 2014.

  1. vesity

    vesity Member

    Joined:
    Oct 3, 2013
    Messages:
    241
    Likes Received:
    0
    Hi. Is it possible to change all the open white spaces to black?
    Thank you
     
  2. Yogesh

    Yogesh Guest

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

    Go to -- Appearance > Theme Option > Styling Option > Custom CSS
    Paste following code in Custom CSS and press Save All Changes button.
    Code:
    body{
    background : black;
    }
    
    This will solve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. vesity

    vesity Member

    Joined:
    Oct 3, 2013
    Messages:
    241
    Likes Received:
    0
    Perfect, thank you!
    As a follow up...
    1. If I wanted to use an image/pattern instead black, how would I do that?
    2. The top top menu bar area is still white. Can that be changed as well?
    Thank you!
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    For first Issue-

    goto
    (Appearance -> Editor -> function.php)
    paste below code at the end of file and update file
    PHP:
    add_theme_support'custom-background');
    after that
    goto
    (Appearance -> Customize -> Background image)
    do all settings & save and publish.




    For second Issue-

    Go to -- Appearance > Theme Option > Styling Option > Custom CSS
    Paste following code in Custom CSS and press Save All Changes button.
    Code:
    .menu-wrapper
    {
    background : black;
    }
    Code:
    .menu_container
    {
    background:black;
    }


    Thanks & Regards
    Pramod Patel
     

    Attached Files:

  5. vesity

    vesity Member

    Joined:
    Oct 3, 2013
    Messages:
    241
    Likes Received:
    0
    Great - thank you! The second issue is resolved perfectly.
    As for the first issue... I can't tell if it's working, because of the other posted problem about images not working. I look forward to getting that resolved with your assistance... please see other post called "Upload Image Problem" and my recent thread.
     
  6. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !

    We have got your concern, and started working over it. We will reply you soon.

    Thanks & Regards
    Pramod Patel
     

Share This Page