Tagged: x
-
AuthorPosts
-
August 5, 2016 at 4:36 am #1118653
charliesaParticipantWhat I want is a black shadow (border) around the button text. I tried this…didn’t work.
/* Text weight for buttons */
.x-btn, .button, [type=”submit”] {
font-weight: 600 !important;
color: #fff !important;
text-shadow: 0px 3px 2px #000;}August 5, 2016 at 7:22 am #1118779
JoaoModeratorHi There,
Would you mind providing your URL and indicating where the button is located?
Thanks
Joao
August 5, 2016 at 8:22 am #1118833
charliesaParticipantAugust 5, 2016 at 12:13 pm #1119099
JoaoModeratorHi There,
Please add the following code to Appereance Customizer Custom CSS
.x-btn, .button, [type="submit"] { text-shadow: none; }Hope it helps
Joao
August 5, 2016 at 8:27 pm #1119660
charliesaParticipant/* button shadow */
.x-btn, ,a.x-btn, {
text-shadow: 2px 2px #000;
}/* Send in Contact Form and Submit on all entries */
.button, input[type=”button”], input[type=”reset”], input[type=”submit”] {
text-shadow: 2px 2px #000;
font-size: 100%;
}In the question, I asked for a black shadow. This CSS worked for me.
August 6, 2016 at 3:14 am #1119933
RadModeratorThanks for sharing! Yes, that should be the CSS for adding text shadow.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1118653 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
