Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #533897

    Hi,

    Please refer to this screenshot at private content.

    As you can see from the mega menu, those brown color titles are not link. I use it to group related pages. However, if I do this, then at right sidebar, I’d not have the title that groups it.

    Thus, I decided to create a page called Products and set those related sub pages as child. Then, I’d get the Products grouping title as shown at the right sidebar. But this makes the Products title became a link and clickable since it is a page. There’s no content in Products page.

    Is there any way to achieve the result I need at the right sidebar?

    #534083

    Hey etheravion!

    Can you please post the link to your website?

    Cheers!
    Yigit

    #534107

    Hi Yigit,

    Here you go.

    #534125

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    span.mega_menu_title a {
        pointer-events: none;
    }

    Cheers!
    Yigit

    #534136

    Thanks Yigit!

    It works for the mega menu, how about the title links at the sidebar?

    #534140

    Hey!

    Please add following code to Quick CSS as well

    li.page_item.page-item-22 > a, li.page_item.page-item-37 > a {
        pointer-events: none;
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Regards,
    Yigit

    #534144

    Works perfectly. Excellent support as usual. Thanks for the help!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Set certain page link at sidebar not clickable’ is closed to new replies.