Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #174063
    david viard
    Participant

    Hello,

    On my home page I use featured-content and Services to show blocks of information on the homePage.
    I would like to disable links to the detailed content (source page/article), since I don’t have much content for each (and this would destroy the ergonomic/design concept of the site), they are just short info blocs.

    How can I do that?

    Thank you

    #174125
    Skandha
    Participant

    @xdave: Hello David,
    To disable links of Featured Content and Services Section
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #featured-content-section, #service-content-section {
    	pointer-events:none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #174135
    david viard
    Participant

    @Skandha,
    Hi . nice one… Was thinking JS.

    #174154
    Skandha
    Participant

    @xdave: Let me know if deactivating all the plugin resolves the issue.

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Removing links from featured blocks’ is closed to new replies.