New Landing How can we help? Cardinal Underline Link in Page/Post Body

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Cardinal
  • #159617
    ovollc
    Member
    Post count: 48

    I’ve searched the forum and found various styles to address this, but none that accomplish what I need.

    I need to underline the links in the body content for pages and posts. I’ve been able to do this, but it ends up affecting a million other link/styles within the site.

    Is there a way for me to do this without going and identifying he dozens of other that I don’t want underline and having to write styles for each of those?

    #159658
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .single-post .content-wrap a{
    text-decoration:underline !important;
    }
    
    .page-content > .type-page a{
    text-decoration:underline !important;
    }

    Thanks
    Mohammad

    #159663
    ovollc
    Member
    Post count: 48

    Mohammad,

    That get’s me close, but I still have a lot of thing underlined now that I do not want underlined.

    Those are:
    — Post Title links to Post Detail
    — Buttons
    — Comment bubble/icon and comment count
    — Pagination buttons

    Attachments:
    You must be logged in to view attached files.
    #159675
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please add a class named undeline_text to each links and insert custom css code:-

    .undeline_text{text-decoration:underline !important;}
    
    

    Thanks
    Mohammad

    #159676
    ovollc
    Member
    Post count: 48

    ok. I think I’ve got it now. Thank you!

    #159678
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome.
    Thanks
    Mohammad

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register