• 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: https://www.nutritionfornormalpeople.com

    Can anyone help?

    Thanks,

Viewing 1 replies (of 1 total)
  • 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;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Can't get rid of Home tab in category Spry Menu in Atahualpa’ is closed to new replies.