Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #724386

    Hi,

    How can I make invisible the first item in the menu “get involved” on the link provided.

    I’m also sharing in private how it looks now and what I would like to achieve.

    Thanks!

    #724780

    Hey worldfuturecouncil,

    Please try the following in Quick CSS under Enfold->General Styling:

    #menu-item-14638 .mega_menu_title {
      display:none !important;
    }

    Best regards,
    Rikard

    #724805

    Hi, ot works, but now both titles are missing.

    I need only the “Get Involved” to not display. More in private. Item that I want to erase is between “//”

    Thanks!!

    #726118

    Hi,

    try this code:

    .sub-menu #menu-item-14625 .mega_menu_title {
    display: block;
    }
    .sub-menu #menu-item-14638 .mega_menu_title {
    display: none;
    }

    Best regards,
    Andy

    #729529

    Hello there,

    unfortunately that code also hides both the GET INVOLVED and the DONATIONS items, and I only need the GET INVOLVED item to be invisible.

    Any ideas?

    Thanks

    #730182

    Hi,

    Please replace the css code with this.

    #menu-item-6985 .avia_mega_div .sub-menu #menu-item-14638 >.mega_menu_title {
        display: none !important;
    }

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.