Clean up footer

Discussion in 'ColorWay WordPress Theme' started by knleib, Jun 18, 2015.

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

    knleib Member

    Joined:
    Mar 22, 2015
    Messages:
    100
    Likes Received:
    0
    Hi- I have redesigned my site a bit and want to clean up the footer widget areas now. See screenshot...need to remove the pink lines. Also how to remove some of the white space above and below my feature images?

    Thanks.
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello, Kristin!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .container_24.footer-container .textwidget {
        background: none !important;
    }
    #content {
      margin-top: 0 !important;
      border-bottom: none !important;
    }
    .content-wrapper {
      margin-bottom: -270px !important;
    }
    Thanks,
    Praveen
     
  3. knleib

    knleib Member

    Joined:
    Mar 22, 2015
    Messages:
    100
    Likes Received:
    0
    Got it. Sorry for the double post.
     
Thread Status:
Not open for further replies.

Share This Page