The home page back ground

Discussion in 'Themia WordPress Theme' started by miladm, Feb 26, 2013.

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

    miladm New Member

    Joined:
    Feb 12, 2013
    Messages:
    6
    Likes Received:
    0
    Hello dear,
    I have changed my background by going to Appearance->theme option->General setting, but still there is this space in the Home page which is for "testimonials" and I need the current white background to be the same picture that I have uploaded for the main page

    http://www.برتر.com

    Please help me in achieving that

    Cheers
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .testimonial_bg {
    background: none;
    }
     
    miladm likes this.
  3. miladm

    miladm New Member

    Joined:
    Feb 12, 2013
    Messages:
    6
    Likes Received:
    0
    Great!
    Thank you
     
  4. miladm

    miladm New Member

    Joined:
    Feb 12, 2013
    Messages:
    6
    Likes Received:
    0
    Do you mind giving me the same code for the Gallery Page as well please!?
    Perhaps the testimonial content background too if you will
    Thank you
    Best regards,
     
  5. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .fullwidth{
    background:none;
    }
    .testimonial_bg .testimonial {
    background: none;
    }
     
    miladm likes this.
  6. miladm

    miladm New Member

    Joined:
    Feb 12, 2013
    Messages:
    6
    Likes Received:
    0
    You are awesome!
    Thank you
     
Thread Status:
Not open for further replies.

Share This Page