Dzonia Footer Problem

Discussion in 'Dzonia WordPress Theme' started by baturasmaz, Jul 5, 2013.

  1. baturasmaz

    baturasmaz New Member

    Joined:
    Jun 15, 2012
    Messages:
    7
    Likes Received:
    0
    I was trying to get my footer to go while like the rest of the page I found a thread and pasted these in my custom CSS. But there is an annoying gray line above my footer area that messes everything, how can I get rid of that please?

    Check my website at Myndoscapital.com, top of footer on the landing page..

    Thanks

    Batur
    .footer_wrapper {
    background: black;
    }
    .footer_wrapper a, .footer_wrapper{
    color:white;
    }
    .footer_wrapper .footer h4 {
    color: white;
    }
     
  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:
    .footer_bottom {
    background: none!important;
    }
    
     
  3. baturasmaz

    baturasmaz New Member

    Joined:
    Jun 15, 2012
    Messages:
    7
    Likes Received:
    0
    Great I have done that but now there is an ugly gray dotted line between the page and the footer, how can I get rid of that? This footer is quite stubborn it just wont go away with its format
     
  4. 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:
    .footer_wrapper .footer_line {
    display: none;
    }
     

Share This Page