Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1400662

    Hi I want to remove the links from the top items on the menu so they show as bold headings. I can’t find how to do it. Please help.

    #1400694

    Hi,

    Please add the following code to the Quick CSS field in Enfold theme options > General Styling tab

    
    #top #header .mega_menu_title a {
      font-weight: bold;
      font-size: 20px;
      margin-bottom: 5px;
    }
    

    Cheers!
    Yigit

    #1400698

    Thanks Yigit but I need to remove the links so they are just headings.

    #1400701

    Hey,

    You can do that by adding a new Custom Link with # for URL in Appearance > Menus. You can replace your existing menu items with the new custom links :)

    Regards,
    Yigit

    #1400704

    I tried that but it created a new column. It didn’t give mega menu options.
    Thanks

    #1400707

    Hey,

    Does removing the link using CSS work for you? If it does, please replace the code I posted here: https://kriesi.at/support/topic/turn-links-into-headings-in-menu/#post-1400694 with the following

    
    #top #header .mega_menu_title a {
      font-weight: bold;
      font-size: 18px;
      margin-bottom: 5px;
      pointer-events: none;
    }
    

    Regards,
    Yigit

    #1400712

    Perfect thanks Yigit

    #1400715

    Hi,

    You are welcome!
    Let us know if you have any other questions and enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Turn links into headings in menu’ is closed to new replies.