Tagged: x
-
AuthorPosts
-
June 7, 2016 at 2:15 am #1029423
robvandalenParticipantHi,
I want to remove the drop shadow from the text on a button, I found code in the forum, and it works great, but only not on my homepage.
I used this code in the customizer:
.x-btn, .x-btn:hover, .button, .button:hover, [type=”submit”], [type=”submit”]:hover {
text-shadow: none;
}Should I add something to make it work on my homepage too?
thanks in advance!
June 7, 2016 at 2:58 am #1029486
robvandalenParticipantThis reply has been marked as private.June 7, 2016 at 6:12 am #1029711
Paul RModeratorHi,
You can try this code instead.
.x-btn, .x-btn:hover, .button, .button:hover, [type="submit"], [type="submit"]:hover { text-shadow: none !important; }Hope that helps.
June 8, 2016 at 2:37 am #1031399
robvandalenParticipantLike a charm!
Thanks again.In relation to my button styles, my client reports another issue, that I encountered myself too once, briefly unfortunately. In the attached screenshot, you see their firefox browser that shows a ‘button style’ border around a menu item, when switching to another page.
It feels like it’s some sort of bug, especially because I didn’t see it in my Chrome browser (in which I design).
Is this something that you’ve seen before?
June 8, 2016 at 9:09 am #1031897
Paul RModeratorHi,
To remove it, you can add this under Custom > CSS in the Customizer.
.x-navbar .x-nav-wrap .x-nav > li > a:focus { border:0; outline:none; }Hope that helps.
June 9, 2016 at 9:46 am #1034100
robvandalenParticipantFixed!
thanksJune 9, 2016 at 12:32 pm #1034376
JoaoModeratorGreat to hear it.
Let us know if you need help with anything else.
Thanks
Joao
September 15, 2016 at 4:25 am #1176304
kelly_pParticipantThis reply has been marked as private.September 15, 2016 at 6:53 am #1176461
Paul RModeratorHi,
You can add this under Custom > Edit Global CSS in the Customizer.
.x-btn, .button, [type="submit"] { text-shadow:none; }Hope that helps.
September 15, 2016 at 3:20 pm #1177177
kelly_pParticipantThis reply has been marked as private.September 15, 2016 at 7:08 pm #1177357
JadeModeratorHi there,
Kindly check the current CSS codes that is in the customizer because there is one block of code that has a missing closing curly brace } which stops the other codes from working.
September 16, 2016 at 3:20 am #1177904
kelly_pParticipantAhhhhh that works now! Thankyou so much!
KellySeptember 16, 2016 at 5:55 am #1178022
RadModeratorYou’re so much welcome!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1029423 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
