Forums

Can't get rid of Home tab in category Spry Menu in Atahualpa (2 posts)

  1. debut
    Member
    Posted 1 year ago #

    I have been trying to get rid of the home tab in the left sidebar in my WP Spry Menu Widget for categories. I cant seem to find an answer for this one. I have a home page already on the top of the page to the left for pages, that home tab i would like to keep.

    My website is: http://www.nutritionfornormalpeople.com

    Can anyone help?

    Thanks,

  2. lmilesw
    Member
    Posted 1 year ago #

    You could use the first-chile pseudo class and put something like the following in the CSS Inserts section of the theme options.

    #wp_spry_menu li:first-child {
        display: none;
    }

Topic Closed

This topic has been closed to new replies.

About this Topic