I’d like to remove the outline that shows up around the links in the header. I can’t find any of these options…
Hey There,
Thanks for posting in!
The outline is uniquely designed on purpose for Icon stack. To remove the outline that shows up around the links in the header, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
.x-navbar .desktop .x-nav>li>a:hover>span,
.x-navbar .desktop .x-nav>.x-active>a>span,
.x-navbar .desktop .x-nav>.current-menu-item>a>span {
border-color: transparent !important;
}
We would loved to know if this has work for you. Thank you.
This worked, thank you!
You’re welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.