Body border line -- how to remove

Discussion in 'Dzonia WordPress Theme' started by ericalston, Jan 16, 2015.

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

    ericalston New Member

    Joined:
    Aug 14, 2013
    Messages:
    14
    Likes Received:
    1
    Location:
    Charlotte, NC
    Trying to remove the line outlining the body section--see attached. Theme is Dzonia.
     

    Attached Files:

  2. praveen

    praveen Support Staff

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

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

    Code:
    .top_cornor {
    background: none !important;
    }
     
    .body_wrapper {
    background: none !important;
    }
    Thanks,
    Praveen
     
  3. ericalston

    ericalston New Member

    Joined:
    Aug 14, 2013
    Messages:
    14
    Likes Received:
    1
    Location:
    Charlotte, NC
    Thanks, that worked.

    Is it possible to remove border for the footer section(s) also?
     
  4. praveen

    praveen Support Staff

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

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

    Code:
    .footer_wrapper .footer_glow {
    background: none !important;
    }
    Thanks,
    Praveen
     
  5. ericalston

    ericalston New Member

    Joined:
    Aug 14, 2013
    Messages:
    14
    Likes Received:
    1
    Location:
    Charlotte, NC
    Thanks.
     
Thread Status:
Not open for further replies.

Share This Page