How to change "Wordpress themes with single click installation"

Discussion in 'Squirrel WordPress Theme' started by muppett1984, May 29, 2014.

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

    muppett1984 Guest

    Joined:
    May 6, 2014
    Messages:
    22
    Likes Received:
    0
    also the bit underneath that says "just a click and your website is ready to use". I have found a post on how to remove it but not how to change it.

    Thanks.
     
  2. muppett1984

    muppett1984 Guest

    Joined:
    May 6, 2014
    Messages:
    22
    Likes Received:
    0
    Have found where it is. Now i need to know how i can just get rid of that space entirely, if i want nothing there. The post about it in the thread i have seen doesn't work.
     
  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:
    div.header-info {
    display: none;
    } 
    This will solve your issue.
     
  4. muppett1984

    muppett1984 Guest

    Joined:
    May 6, 2014
    Messages:
    22
    Likes Received:
    0
    Thank you, worked a treat.
     
Thread Status:
Not open for further replies.

Share This Page