Is there a way I can remove the links on amenities

Free and Premium WordPress Plugins & Themes Forums WordPress Themes Alpenhouse Is there a way I can remove the links on amenities

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1018006
    Karl Jones
    Participant

    Hello there,

    I really like showing the amenities but the link to a separate site for amenities is not necessary. Is there a way I can remove the links and the sub-pages?

    Thanks,

    #1019289
    Andre Flores
    Moderator

    Hello, Karl!

    There is no way to remove links and pages for amenities, since they appear to be a custom post type. However, you may disable links on the front-end by adding the following code under Appearance ->Customize ->Additional CSS:

    .mphb-room-type-facilities a {
    	pointer-events: none;
    }

    Regards,
    Andre

    #1019902
    Karl Jones
    Participant

    Thank you so much. That helped.

    #1020798
    Andre Flores
    Moderator

    Hello, Karl!

    You are most welcome, I am glad I could help.

    Regards,
    Andre

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