Tagged: x
-
AuthorPosts
-
August 12, 2016 at 11:47 am #1128936
stormgooseParticipantWhen I click on a navigation bar option or a hyperlink in a page, it buts a big thick box round everything momentarily (actually, the hyperlink box sometimes linger). Stylistically I’m not a fan of this – so could you tell me the CSS to both reduce the side of the line, and indeed to turn it off altogether?
I’ve tried doing a screenshot of what I mean, but getting the timing on it is impossible!
Many thanks 🙂
August 12, 2016 at 12:02 pm #1128944
RahulModeratorThanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
August 12, 2016 at 12:09 pm #1128951
stormgooseParticipantThis reply has been marked as private.August 12, 2016 at 1:56 pm #1129048
stormgooseParticipantHopefully you got my private message with login details and ORL – any thoughts?
Many thanks 🙂
August 12, 2016 at 1:56 pm #1129049
stormgooseParticipant*URL
August 12, 2016 at 1:58 pm #1129051
JoaoModeratorHi There,
This is a confirmed bug and only happening on Firefox, this was already reported to our Dev Team and they are working on it, for the moment please follow this instructions:
Please go to your dashboard / Appearence / Customizer / Custom / CSS and add the following code:
a:focus, select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="submit"]:focus, input[type="checkbox"]:focus { outline: none; }Hope that helps,
Joao
August 12, 2016 at 4:57 pm #1129253
stormgooseParticipantThat worked perfectly – many thanks.
I had wondered, as it seemed a bit of a tacky design not common of you guys! Makes sense that it was a bug with Firefox (I tried it with IE before the correction, and as you specified it worked fine already).
Thanks again 🙂
August 12, 2016 at 5:27 pm #1129283
stormgooseParticipantWhilst we’re on this area of design, is there any way of changing the colour of the separating lines between the nav bar options? Or indeed, code to remove them altogether? I’d like to play around with more subtle colouring, and removing them altogether to see what they look like….
Cheers
August 13, 2016 at 12:21 am #1129620
FriechModeratorHi There,
You can add this under Custom > CSS in the Customizer.
.x-navbar .desktop .x-nav>li:first-child>a { border-color: red; } .x-navbar .desktop .x-nav>li>a { border-color: red; }If you need it to remove, you can add this instead.
.x-navbar .desktop .x-nav>li>a, .x-navbar .desktop .x-nav>li:first-child>a { border-width: 0; }Hope it helps, Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1128936 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
