-
AuthorPosts
-
February 10, 2016 at 9:15 am #789168
Hi There,
First of all, I really like to build my page with X.
But I have the same Problem with the border around my menu links (and also around the buttons) and the codes from above -> Custom > CSS -> Customizer didn’t change anything.
What can I do?(page: ganico.eu)
February 10, 2016 at 5:37 pm #789882Hi there,
I have just checked your site and there round borders in the menu items are not there anymore. Kindly try to keep your browser cache if you are not seeing any changes.
Hope this helps.
February 11, 2016 at 3:08 am #790679Hi, thank you for answering,
the problem is still there – > If you click one link, and then hover for the next link, than you will see the border around the link. Same with buttons.February 11, 2016 at 4:35 am #790815Hi,
You can try adding this under Custom > CSS in the Customizer.
.x-navbar .desktop .x-nav>li { outline:none !important; } a.x-btn { outline:none !important; }
Hope that helps
February 11, 2016 at 11:27 am #791386Sorry, but nothing happens when i try this code…
February 11, 2016 at 9:09 pm #792128Hi There,
Please use this code instead.
a:focus, select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="submit"]:focus, input[type="checkbox"]:focus { outline: none !important; }
You can add this under Custom > CSS in the Customizer.
Hope it helps, Cheers!
February 12, 2016 at 4:35 am #792653Yesss! Thank you so much!
February 12, 2016 at 3:15 pm #793416You’re most welcome.
-
AuthorPosts