• Example

    Hi,

    Very nice theme,

    How can I remove the border that displays around top menu links?
    If I click any link in the header menu I see a border around the text.

    Haven’t installed the theme yet but hope to soon.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author MageeWP

    (@magictheme)

    You could add the following code to custom css (Onetone options – General options)
    .site-nav > ul > li a {
    text-decoration: none;
    blr:expression_r(this.onFocus=this.blur());
    outline:none;
    }

    Thread Starter EMar

    (@sounds)

    Ok thanks, sorry for late reply.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Menu Links Displaying Border’ is closed to new replies.