Tagged: x
-
AuthorPosts
-
December 4, 2016 at 4:27 am #1280369
EffecticoreParticipantHello X Team,
I have run into the following problem:
When trying to change the appearance of the Buttons via CSS there are no changes after entering/updating the css code. I want the shadow behind the text to disappear. What I have done:Go to “Appearance” > Customize
Then click on Custom > Edit Global css
Then changed CSS to the following:/*
// Buttons
*/.x-btn {
font-weight: 700;
}.x-btn.x-btn-alt,
.button.x-btn-alt,[type=\”submit\”].x-btn-alt {
border-color: #02aed6;
background-color: #02aed6;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}.x-btn.x-btn-alt:hover,
.button.x-btn-alt:hover,[type=\”submit\”].x-btn-alt:hover {
border-color: #0b8ead;
background-color: #0b8ead;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}But the buttons still have the shadows.
Any suggestions?
Best and thank you
Lutz
December 4, 2016 at 4:28 am #1280371
EffecticoreParticipantThis reply has been marked as private.December 4, 2016 at 4:28 am #1280372
ChristianModeratorHey Lutz,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.
December 4, 2016 at 4:29 am #1280373
EffecticoreParticipantYou should see them posted already. Do you?
December 4, 2016 at 4:38 am #1280379
ChristianModeratorLooks like you’ve replied the same time I did so I didn’t see your 2nd reply.
There’s syntax error in your code (see attachment). Please remove the slashes.
Thanks.
December 4, 2016 at 7:39 am #1280438
EffecticoreParticipantThanks for your swift reply. I removed the slashes but the type within the button still has a shadow…
Any other ideas? Does it maybe have to do with me having installed the demo content for Agency?Best
December 4, 2016 at 7:46 am #1280444
ChristianModeratorSorry I didn’t also see you don’t have the
text-shadowproperty. Please add it to your CSS like this.x-btn { font-weight: 700; text-shadow: none; }Thanks.
December 4, 2016 at 7:53 am #1280449
EffecticoreParticipantGreat! That works!
Issue is solved.
Thanks a bunch!
December 4, 2016 at 8:09 am #1280458
ChristianModeratorYou’re welcome.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1280369 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
