Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #179686
    bradchanner
    Participant

    Hi

    The last thing I am having troubles with is disabling the title of the post pages being hyperlinks. The site is http://www.markwarmanmusic.com and I want the whole website really just to be what you see on the scroll down and I want to disable the hyperlink if you press the post name, for example ‘About’.

    Is there an easy way to do this?

    Thanks heaps

    Brad

    #179701
    Skandha
    Participant

    @bradchanner: Hello Brad,
    For that,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home article .entry-title {
        pointer-events: none;
    }

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

    #179725
    bradchanner
    Participant

    Champ!

    Thanks heaps mate,

    Problem solved!

    #179734
    Skandha
    Participant

    @bradchanner: Hello Brad, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-fullscreen/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a great weekend! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Page links on Post headers’ is closed to new replies.