Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1066230

    Is there a way to make one of the links in the secondary menu not clickable?

    See below.

    Thanks,

    #1066332

    Hey c3idesign,

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

    #menu-item-4230 a {
      pointer-events:none;
    }

    Best regards,
    Rikard

    #1066522

    Thanks – is there a way to remove the underline when hovering?

    #1066834

    Hi,

    Please try this as well:

    #menu-item-4230 a:hover {
      text-decoration:none;
    }

    Best regards,
    Rikard

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