Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #127288
    Debbie
    Participant

    Is there a way to disable the links for the featured content (image and title) of content type Featured Page Content? The client does not really have enough content yet for subpages … everything is on the home page. When I had Adventurous Pro I used Featured Image Content type, but then I lost all the text when I switched to Clean Business Pro. So I put the content into pages so I won’t lose the content next time. But now users can link to pages that I don’t really want them to.

    I have the site redirecting all pages to the home page right now, so this isn’t a huge deal. But if it is fairly easy for you to solve, I’d love to know how to do it.

    https://pmeglobalsolutions.com

    #127307
    Mahesh
    Keymaster

    @violetdeb: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #featured-content figure>a, #featured-content .entry-title>a {
        pointer-events: none;
    }

    Regards,
    Mahesh

    #127374
    Debbie
    Participant

    That is so cool. Thank you!

    #127407
    Mahesh
    Keymaster

    @violetdeb: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Disable links for featured content’ is closed to new replies.