Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1330525
    Andreas Bjerve
    Participant

    Hi,

    Links on my page show up blue (and purple when clicked) and I can´t figure the reason why from my CSS.

    Could you have a look and/or perhaps give me some code to target linkcolors and also underline on/off?

    Thanks!

    #1330526
    Andreas Bjerve
    Participant
    This reply has been marked as private.
    #1330604
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! Regretfully the given credentials is not working for us. Please double check it so that we can login and get pass the under construction mode and check your site.

    Thank you in advance.

    #1330644
    Andreas Bjerve
    Participant
    This reply has been marked as private.
    #1330675
    Christopher
    Moderator

    Hi there,

    The style is coming from ‘jacksonville form’.

    Please try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    Hope it helps.

    #1331478
    Andreas Bjerve
    Participant

    Hi,

    I found the problem (with link decorations) arises from the OptinMonster plug-in. Any advice on how to fix this?

    Thanks a lot! 😀

    #1331563
    Christopher
    Moderator

    Hi there,

    Please add following code :

    .x-text a {
        color: #0000FF ;
    }
    .x-text a {
        text-decoration: none;
    }
    
    .x-text a:hover {
        color: hsl(0,0%,36%);
    }

    Hope it helps.

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