Services shortcode – turn off title links?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #798401
    Christine Booth
    Participant

    Hi!
    I have created a services page using [mphb_services ids=”113,114,112,108″]. Each service displayed on this page has an image, Title,added text and price taken from the Service post-type.

    https://tindragontrailcottages.com.au/services/

    I don’t need the services Title to be linked to the individual service’s post. These posts offer no new information.

    <h2 class=”mphb-service-title”>
    Picnic for Two
    </h2>

    How can I remove the anchor tag from the titles on my “services” page?

    #801303
    Stacy Lind
    Keymaster

    Hi Christine,

    Add the following to Appearance > Customize > Additional CSS:

    .mphb-service-title a {
        pointer-events: none !important;
    }
    #802163
    Christine Booth
    Participant

    Thank you! Just what I needed.

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