Remove Heading Info

Discussion in 'Squirrel WordPress Theme' started by spoonboy90, Jan 17, 2014.

  1. spoonboy90

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK
    Can't seem to find the correct value to remove the space highlighted in red, could you point me in the right direction with some custom css please screen1.png
     
  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:
    .header-info{
    display:none;
    }
    #slides {
    top: 0;
    }
    .slider-info {
    margin-top: 0;
    }
    ul#menu-ink.ddsmoothmenu {
    margin-bottom: 0!important;
    } 

    This will solve your issue.


    Thanks & Regards
    Gourav Shrivastava
     

Share This Page