Footer

Discussion in 'Cloriato WordPress Theme' started by saschahilke, Jul 16, 2014.

  1. saschahilke

    saschahilke New Member

    Joined:
    Jun 2, 2012
    Messages:
    15
    Likes Received:
    0
    Location:
    Nörten-Hardenberg
  2. saschahilke

    saschahilke New Member

    Joined:
    Jun 2, 2012
    Messages:
    15
    Likes Received:
    0
    Location:
    Nörten-Hardenberg
  3. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .footer_bottom .copyright {
    background: #151515;
    border-top: 1px solid #3d3c3c;
    margin: 0px auto 30px -18px;
    width: 986px;
    padding: 17px 0px;
    color: #d3d3d3;
    }
    .footer-content .footer_wrap {
    display: none;
    } 
    You can adjust the above values as per your requirement.
    In place of "#151515", "#3d3c3c" and "#d3d3d3" you can put your color or color code.
     
  4. saschahilke

    saschahilke New Member

    Joined:
    Jun 2, 2012
    Messages:
    15
    Likes Received:
    0
    Location:
    Nörten-Hardenberg
    If I use this, the footer is gone...
     
  5. 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-content .footer-glow {
    height: 15px;
    } 

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page