Text is link - by SelinaShine - on WordPress WooCommerce support

This topic has 6 replies, 3 voices, and was last updated 10 years, 3 months ago ago by Stan Russell

  • Avatar: SelinaShine
    SelinaShine
    Participant
    April 10, 2015 at 12:37

    Hello,

    Somehow my text is al a link? It blue with underline when I rollover and if clicked it reloads the page. I have no idea how this happened, I haven’t put a link in there. Any idea’s how to fix this?

    See example here:
    http://digisteun.nl/?page_id=971

    Thanks in advance!
    Cheers,
    Selina

    5 Answers
    Avatar: Eva
    Eva Kemp
    Participant
    April 10, 2015 at 13:34

    Hello,

    I’ve added this code in custom.css file to remove hover color:

    a:hover {
    color: #000 !important;
    }

    Also we recommend you to recreate the content with help of Visual Composer editor. You can divide rows into columns, select row layout and use Text element from VC editor to write your content.
    You don’t need use this code to divide the content:

    .content .span12 p {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    }

    Please refer to VC documentation:
    https://wpbakery.atlassian.net/wiki/pages/viewpage.action?pageId=4030531
    https://wpbakery.atlassian.net/wiki/pages/viewpage.action?pageId=4030537

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: SelinaShine
    SelinaShine
    Participant
    April 10, 2015 at 14:32

    Hello,

    I’ve placed this text with VC, but it’s not selectable and still seems to behave like a link (incluing underline). I don’t understand how this happened since it’s just a <p> and yesterday all was working fine.

    Tried to fix it on this page:
    http://digisteun.nl/?page_id=858

    Text should be the same as on the homepage, where it looks like it should be.
    http://digisteun.nl/

    Thanks for the reply!

    Avatar: Eva
    Eva Kemp
    Participant
    April 10, 2015 at 14:49

    Hello,

    I’ve edited page.php file.
    Please clear browser cache and check pages now.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: SelinaShine
    SelinaShine
    Participant
    April 10, 2015 at 15:01

    Thanks again! It’s perfect!
    Thanks for all your help!

    Avatar: stan
    Stan Russell
    Participant
    April 10, 2015 at 15:16

    Hello,

    you are welcome!

    Regards,
    Stan Russell.

  • Viewing 6 results - 1 through 6 (of 6 total)

The issue related to '‘Text is link’' has been successfully resolved, and the topic is now closed for further responses

Helpful Topics

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.