Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #398127

    blade4
    Participant

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

    #398129

    blade4
    Participant
    This reply has been marked as private.
    #398204

    Prasant Rai
    Moderator

    Hello 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.

    #401071

    blade4
    Participant

    Thankyou so much it worked! Thanks again

    #401162

    Paul R
    Moderator

    You’re welcome! 🙂