Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1357003
    TrevH
    Participant

    Hello,

    My Link titles were working, but now the color hover/ link doesn’t change state. it used to work and I still have the two colors selected in the customizer. They do however link but you can’t tell that if they are linked titles because the colors don’t work.

    Thanks.

    #1357118
    Joao
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1358255
    TrevH
    Participant
    This reply has been marked as private.
    #1358414
    Christopher
    Moderator

    Hi there,

    Link color works fine, please see the attachments.
    Please check again and confirm me or provide us with some screen shots.

    Thanks.

    #1360083
    TrevH
    Participant
    This reply has been marked as private.
    #1360195
    Nabeel A
    Moderator

    Hi again,

    Try adding the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .x-text a:hover span {
        color: #0016bb !important;
    }
    .x-text a:visited span {
        color: #2fd8ba !important;
    }

    Let us know how this goes!

    #1361690
    TrevH
    Participant
    This reply has been marked as private.
    #1362273
    Friech
    Moderator

    Hi There,

    I do have another solution. Instead of inlining the style to your text link, please add a class on it.

    e.g.
    <a class="text-links" href="http://www.cdiwebsite.org/what-does-the-bible-say-about-judging-others/">FAQ ON JUDGING OTHERS</a>

    Then add this on your custom CSS on Customizer.

    .text-links {color: #ff6600;}
    .text-links:hover {color: blue;}

    Hope it helps, Cheers!

    #1363182
    TrevH
    Participant
    This reply has been marked as private.
    #1363433
    Friech
    Moderator

    Hi There,

    Can you confirm you added the correct page link on the href="" attribute. And can you confirm you don’t have a syntax error on the anchor tag? Make sure you have the proper brackets { } and quotation marks [ " ]

    <a class="text-links" href="URL HERE">LINK TEXT</a>

    And can you point us which link is giving an error DNS not found.

    Thanks.

    #1364884
    TrevH
    Participant
    This reply has been marked as private.
    #1365417
    Friech
    Moderator

    Cool, feel free to get in touch with us regarding any further queries about the X|Theme and Cornerstone.

    Have a good day 🙂

  • <script> jQuery(function($){ $("#no-reply-1357003 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>