How do you remove the underline from H2 titles when using hyperlinks.
see home page below , scroll to bottom I want to remove the underline from the 4 services Medical , Nutrition etc..
I found the code on the forum here that takes care of this , if anyone else is interested
#top .custom-color-heading a, #top .custom-color-heading a:hover{
text-decoration:none!important;
}