• Resolved atabm

    (@atabm)


    Hi,

    Can anyone help me how to stop loading a specific page from a widget when it is being clicked? Like for example, in the widgets Products & Services >General Contracting ,when this is clicked, it will load to a page.I want to prevent it from loading and make it just static like that so I don’t need to put contents again.I just need it to be there on my homepage and I can’t hide it also since it is inside a widget.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @atabm ,

    You can try this Custom CSS on Appearance => Customize => Additional CSS

    .single-service-content a {
        pointer-events: none;
    }
    .featured-entries-col.featured-entries-logo .icon a {
        pointer-events: none;
    }

    Best Regards!

    • This reply was modified 3 years, 9 months ago by codersantosh.
    Thread Starter atabm

    (@atabm)

    Hi @codersantosh! It works! But for the icons beside them still load when being clicked, what code can i use? Thanks @codersantosh ! You are a big help!

    @atabm I have edited my answer above please try it.

    Thread Starter atabm

    (@atabm)

    Hi @codersantosh ! Yes it does work magically. 🙂 . I tried to follow where you got the css source code by pressing F12 and do the same to the About Us widgets on the homepage >what we do, >why choose us >our mission but i can’t seem to get it right. I know this is too much to ask already. Thank you so much for your help.

    Thread Starter atabm

    (@atabm)

    hi @codersantosh . I was able to discover the css code myself for the above. Thank you so much for your help!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Stop some Pages from a Widgets to Load’ is closed to new replies.