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; }