-
AuthorPosts
-
September 21, 2015 at 7:44 pm #398127
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;
}September 21, 2015 at 7:48 pm #398129This reply has been marked as private.September 21, 2015 at 9:36 pm #398204Hello There,
Thanks for writing in!
To remove underline from logo kindly use following CSS under Custom > CSS in the Customizer:
.site a:hover { text-decoration: none !important; }
Thanks.
September 24, 2015 at 7:32 am #401071Thankyou so much it worked! Thanks again
September 24, 2015 at 9:04 am #401162You’re welcome! 🙂
-
AuthorPosts