Site logo

Archived topic

Outline on focus for mobile menu

1 reply · Started by morriscountynj on June 17, 2019

Viewing posts 1–2 of 2

Hi there :) So I've essentially made two "templates" for websites using GeneratePress.

I noticed that on template A's mobile menu, I get a focus outline. But on template B's, I don't.

Template A
Template B

I was wondering if you had any thoughts as to why this might be, before I go dive into the CSS. Thank you :)

Hi there,

Are you talking about underline?

If so this CSS is adding for the first site:

.entry-content a, .entry-summary a, .textwidget a, .main-navigation ul li a:hover, .main-navigation ul li a:active, .main-navigation .main-nav ul li[class*="current-menu-"]>a {
    text-decoration: underline;
}

Let me know if this helps :)

This archived topic is closed to new replies.