• Resolved catherinebakker

    (@catherinebakker)


    Hi- my website is bakkerstudios.com.au
    In regards to the homepage for the harmonic theme- the set of slider images. The second image down is the blog page link page. Can I leave the text that is here but disable the link itself?
    Is there any way to turn off the blog date?

    thanks for your help

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @catherinebakker,

    You could use the following CSS snippet to make the link unclickable:

    #news-section a {
        pointer-events: none;
    }

    Additionally, the following will hide the date from view:

    #news-section .posted-on {
        display: none;
    }

    As before, please add the CSS via Jetpack’s custom CSS editor.

    Please could you post to Harmonic’s dedicated forums if you have any further questions on the theme? You can find them here:

    https://www.ads-software.com/support/theme/harmonic

    It’s a lot easier for us to triage and keep track of questions from there.

    Thanks!

    Thread Starter catherinebakker

    (@catherinebakker)

    Great- thanks again Siobahn. Will get my coder friend to see how this goes, just need to bribe him to come over now… beer? dinner?

    PS I thought I was posting in the right place. Will make note for future posts.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Harmonic theme Can I turn off hyperlink to the separate blog page from homepage’ is closed to new replies.