Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1345943
    jensjakobsen
    Participant

    Hi

    I need to underline all links and have the default settings for any standard link for every article that. I write. This has already been achieved – see example here: http://kvikkastrup.net.virker.nu/svoemning-2/

    However, I also need to have all the article headers – in the body area – to NOT have underlined links, but basically behave like any other x-theme clickable header. To see my problem, please go to http://kvikkastrup.net.virker.nu, where you can see that all my links in the article header have underlined links.

    #1345956
    Lely
    Moderator

    Hello There,

    Please also add the following CSS on Appearance > Customize > Custom > Edit Global CSS:

    .x-main .x-recent-posts a {
        text-decoration: none !important;
    }

    What you have added affect all links. Now above CSS will revert that and remove the underline for that recent post element.

    Hope this helps.

    #1346001
    jensjakobsen
    Participant

    Thanks, it worked like a charm!!!

    #1346017
    Rue Nel
    Moderator

    You’re most welcome.
    Thanks for letting us know that it works out for you.

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