Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #157976
    jitping
    Participant

    hi i would like to remove the hyperlink (welcome) on the homepage button, can you please help?
    http://www.devilsgrill.com/

    #157994
    sapana
    Participant

    @jitping:Go to=> Appearance=> Customize=> Additional CSS and add the following code.

    .home .entry-title a {
    display: none;
    }

    Let me know if this solve your issue!

    Kind Regards,
    Sapana

    #158190
    jitping
    Participant

    no that’s not i meant, i want the word welcome/coming soon, but i want to remove it as link/button make sense?
    Currently when you roll over the words you can click on it, therefore it’s a button/hyperlink

    #158224
    sapana
    Participant

    @jitping: Please remove the previous added code and follow the steps.
    : Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code
    /*To remove the hyperlink from welcome/Coming Soon text*/

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

    Let me know if this helps you out!

    Kind Regards,
    Sapana

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘remove hyperlink’ is closed to new replies.