How do i get the all the home links away from the sidebar and footer?

Discussion in 'Elite Pro WordPress Theme' started by marlonk84, Nov 27, 2014.

  1. marlonk84

    marlonk84 New Member

    Joined:
    Nov 17, 2014
    Messages:
    28
    Likes Received:
    1
    Hi,

    How do i get the all the home links away from the sidebar and footer?
     
  2. marlonk84

    marlonk84 New Member

    Joined:
    Nov 17, 2014
    Messages:
    28
    Likes Received:
    1
  3. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .footer_widget ul li:first-child {
    display: none;
    }
    .sidebar ul li:first-child {
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page