Hi id like to remove the underline from my topbar Logo title,i copied some css before to put underlines for all links now i have one under the logo title.
Heres whats in my custom css at the moment
.single .entry-title {
display: none;
}
.site a:hover {
text-decoration:underline;
}
.site .menu-item a:hover {
text-decoration: none;
}
.single-post .entry-featured {
display:none;
}
.x-navbar {
background-color: black;}
/* removes highlight line on hover */
.x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a {
box-shadow: none;
}