Setting up the background color or image

Discussion in 'ClassiCraft WordPress Theme' started by M5LASTER, Jan 28, 2015.

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

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
    Hi there,

    I'd like to set a background image, but when I set a background image it covered the editable area and the non-editable area.

    How can I set the background similar to how it was before? Please see attached images for desired look and current look.

    I don't want the background image to cover area in indicated by the red arrow (the editable area or the post/page text area).

    Kindly, assist.

    Thanks,
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    We have checked your website and found the background image is not covering the area you indicated in the screenshot.
    If you are taking about a particular page then please provide us URL of that page.

    Thanks,
    Praveen
     
  3. M5LASTER

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
    Hi Praveen,

    I had to remove it in the main time, but I set it back, so you can see the issue.

    That is the main page
    http://sooqforyou.com/uat/

    Thanks,
    Mike
     
  4. Pramod

    Pramod Guest

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

    Paste the code given below in Custom CSS section
    (Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    .content_wrapper .container_24 {
    background: white;
    }

    Thanks & Regards
    Pramod
     
  5. M5LASTER

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
    Thank you very much!

    What if I want to replace the image are by a color instead of an image?

    Thanks,
    Mike
     
  6. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi Mike,

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

    Code:
    .wrapper {
    background: gray;
    }
    Thanks,
    Praveen
     
  7. M5LASTER

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
    Thank you very much!

    Mike
     
Thread Status:
Not open for further replies.

Share This Page