How to remove Body Background Image

Discussion in 'Digital Affiliate Box WordPress Theme' started by sanjayasum, Mar 9, 2017.

  1. sanjayasum

    sanjayasum Member

    Joined:
    Mar 6, 2014
    Messages:
    59
    Likes Received:
    0
    Location:
    Makassar Indonesia
    How to remove body background image and reduce space on it?
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello Sanjay!
    You can simply remove the body background by applying below custom CSS code to the Custom CSS field under Theme Options panel
    Code:
    body {
        background: none!important;
    }
    This will help you to figure it out and resolve the issue(s).

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  3. sanjayasum

    sanjayasum Member

    Joined:
    Mar 6, 2014
    Messages:
    59
    Likes Received:
    0
    Location:
    Makassar Indonesia
    Okay. The background have removed, but how to remove or reduce space on it, so that the space above the header can be remove or reduce
     
  4. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Can you please share some edited screenshots of the concerned areas of your site?

    I will check and let you know the appropriate solution for the same.

    I look forward to hearing from you soon.

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  5. sanjayasum

    sanjayasum Member

    Joined:
    Mar 6, 2014
    Messages:
    59
    Likes Received:
    0
    Location:
    Makassar Indonesia
    Please check above the header or outline background area. I'd liek to remove that space area
     

    Attached Files:

  6. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    You try below custom CSS code to remove the space.
    Code:
    .main-content {   
        margin-top: 0;
    }
    Naveen
     
  7. csabbat

    csabbat New Member

    Joined:
    May 5, 2017
    Messages:
    3
    Likes Received:
    0
    Location:
    Rome
    Thanks Naveen
     
  8. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    You are most welcome:)
     

Share This Page