New Landing How can we help? Themeforest Theme Support Flexform underline links in content area

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Flexform
  • #35484
    douvan
    Member
    Post count: 11

    Is there a more clever way to underline the link text in the content area of posts and pages?

    I used this Custom CSS:

    DIV.page-content.span6 a:hover{
    text-decoration:underline !important;
    }
    DIV.page-content.span6 a {
    text-decoration:underline !important;
    }
    SECTION.article-body-wrap a {
    text-decoration:underline !important;
    }
    SECTION.article-body-wrap a:hover{
    text-decoration:underline !important;
    }

    #35628
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    Instead of all that code, you can simply use this in the Custom CSS from the General theme options:

    .page-content a {
        text-decoration: underline;
    }

    Regards,

    ————————————————————————————————————

    Cosmin – Support

    #35698
    douvan
    Member
    Post count: 11

    Thanks Cosmin! I suspected there was a better way. Thank you for your help!

    #37194
    Melanie – SUPPORT
    Member
    Post count: 11032

    Hi,
    glad we could help!

    All the best

Viewing 4 posts - 1 through 4 (of 4 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