Home Page Button

Discussion in 'Poloray WordPress Theme' started by v4sb, Jan 14, 2015.

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

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    How do I remove the home page button that is just below the slider to the right?
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .content-info-btn a {
    display: none;
    }
    Thanks & Regards
    Pramod
     
  3. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    thank you.
     
Thread Status:
Not open for further replies.

Share This Page