Content area background and border

Discussion in 'Figero WordPress Theme' started by rexmanaster, Dec 7, 2013.

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

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    Hi,

    Is it possible to remove the background and border from the content (i.e. blog) area on pages? If so, how.

    Thanks,
    Rex
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .content-info{
    background:none;
    border:none;
    }
     
  3. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    Outstanding, Gourav!

    Thanks,
    Rex
     
Thread Status:
Not open for further replies.

Share This Page