Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1097302

    Please see http://lovewordpress.com/what-we-do/hear-women-uk/. This is a hyperlink and I would like it underlined “• Psychological support and referrals for those at risk of gender-based violence, including female genital mutilation;” How do I make that happen?

    I’ve tried a few things. Here is what I currently have in my Custom CSS.
    ____________________

    span.avia-no-number {
    color: black;
    opacity:1!important;
    }

    .av-main-nav li:hover .avia-menu-fx, .current-menu-item > a > .avia-menu-fx, .av-main-nav li:hover .current_page_item > a > .avia-menu-fx {
    visibility: hidden !important;
    background-color: transparent !important;
    border-color: transparent !important;
    }

    #top #wrap_all .av-social-link-facebook a{background-color:#fff !important; color:#37589b !important; }

    #top #wrap_all .av-social-link-twitter a{background-color:#fff !important; color:#46d4fe !important; }

    #top #wrap_all .av-social-link-mail a{background-color:#fff !important; color:#9fae37 !important; }

    #top #wrap_all .av-social-link-linkedin a{background-color:#fff !important; color:#419cca !important; }

    .avia_textblock a { text-decoration: underline; }

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

    #main ul li a { text-decoration: underline; }

    #1097311

    Hey Perry,
    I took a look at your link and found it is underlined with this css:

    #main ul li a {
        text-decoration: underline;
    }

    If you don’t see it, please try clearing your browser cache.

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.