Tagged: x
-
AuthorPosts
-
April 29, 2016 at 1:16 am #905223
gabriellavanrijParticipantHow would I change the blue square around my logo (upper left corner) that appears when I click on it? Also throughout the site.
See image.
Any help you can give would be super appreciated!
I am running a child version of X 4.3.4 on WP 4.4.2.
April 29, 2016 at 1:17 am #905225
gabriellavanrijParticipantPrevious image did not upload correctly.
April 29, 2016 at 2:23 pm #906078
JoaoModeratorHi Gabriella,
Please try going to your Appearence / Customizer / Custom / CSS and add the following code:
.x-brand { border-color: transparent !important; } a:focus, select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="submit"]:focus, input[type="checkbox"]:focus { outline: none; }In case it doesnt work, please provide us your WP-Admin credentials so we can have a better look at the issue.
Thanks,
Joao
April 29, 2016 at 5:54 pm #906256
gabriellavanrijParticipantThis reply has been marked as private.April 30, 2016 at 10:01 am #906986
ThaiModeratorHi There,
Please add the following CSS:
a.x-brand.img { box-shadow: none; }Hope it helps ๐
April 30, 2016 at 5:54 pm #907293
gabriellavanrijParticipantYes, it does! Thanks.
However, the thin blue line still appears in various places throughout the site.
For example, in the shop page, when I click on a product, there will be a thin blue outline. How do I remove that?
May 1, 2016 at 6:00 am #907702
ThaiModeratorHi There,
Please add the following CSS:
.wp-person a:focus .gravatar, a:focus, a:focus .media-icon img { box-shadow: none !important; }Hope it helps ๐
May 1, 2016 at 4:38 pm #908246
gabriellavanrijParticipantThat worked. Thank you so much!
May 1, 2016 at 7:10 pm #908334
John EzraMemberYouโre most welcome!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-905223 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
