Services Widget Links

Home Forums Business Club Pro Services Widget Links

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #854
    Anonymous
    Inactive

    I want to disable the ability to click on and be linked to the pages I have added to the services widget on my front page.

    Thanks

    #860
    Axle Support
    Moderator

    Hello,

    Please add the below given CSS to Dashboard -> Appearance -> Customize -> Additional CSS

    .latest-news-thumb {
        pointer-events: none;
    }

    Hope it helps.

    Regards.

    #876
    Axle Support
    Moderator

    Hello,

    Sorry we misunderstood your request.

    Please remove the previously given CSS and add the below given CSS

    a.services-icon {
        pointer-events: none;
    }
    
    .service-block-inner-content {
        pointer-events: none;
    }

    Hope it helps.
    Regards.

    #883
    Anonymous
    Inactive

    Worked Like a charm. Thanks

    #1009
    Anonymous
    Inactive

    When the homepage icon or menu is clicked, there is a flash before the the homepage loads. The flash appears to be the icons in the services icon mentioned above. YOu can see what I mean by checking tizzime.com. Just go to any page then click on the logo or home menu options and you will see the flash. I’m want to get rid of that. It doesn’t look good.

    Thanks

    #1027
    Axle Support
    Moderator

    Hello,

    If you mean the icon does not appears slow on the page load, we will be fixing the issue on the next update.

    Regards.

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