Tagged: x
-
AuthorPosts
-
September 12, 2016 at 2:42 pm #1171941
BenParticipantHi,
Some buttons are giving me a hard time.
On this link: http://ott.ua.edu/portfolio-item/uaipd-12-0013-reconfigurable-magnetic-supercapacitors/
2 of the 3 buttons, the blue and green ones, in the boxes are 3D and not flat as they should be. Like the crimson colored one.
I am hoping this is a simple fix, but when I try to adjust the class settings it doesn’t seem to work.
Any advice?
I am running the latest version of both wordpress and X.
September 12, 2016 at 7:42 pm #1172198
JadeModeratorHi there,
The blue and green bottom have the CSS code that adds a border shadow which is causing the 3D effect
box-shadow: 0 0.25em 0 0 #000000,0 4px 9px rgba(0,0,0,0.75);You can remove the code to get rid of the black area in the button.
September 12, 2016 at 10:49 pm #1172483
BenParticipantHow do you factor that into a shortcode snippet like:
[x_button shape=”rounded” size=”small” float=”none” href=https://www.google.com/patents/WO2013177543A1?cl=en
” target=”blank” info=”none” info_place=”top” info_trigger=”hover” class=”button-blue”]Patent Link[/x_button]I thought there was a way to change the button type when inserting a shortcode?
September 13, 2016 at 2:50 am #1172651
ChristopherModeratorHi there,
You have already added box shadow to buttons, please find these codes and remove box-shadow properties :
.button-blue { color: #fff; background-color: rgb(55, 138, 223); border-color: rgb(55, 138, 223); box-shadow: 0 0.25em 0 0 #000000,0 4px 9px rgba(0,0,0,0.75); } .button-green { color: #fff; background-color: #6e9421; border-color: #6e9421; box-shadow: 0 0.25em 0 0 #000000,0 4px 9px rgba(0,0,0,0.75); }Thanks.
September 13, 2016 at 1:31 pm #1173556
BenParticipantThanks for the help!
September 13, 2016 at 1:33 pm #1173561
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1171941 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
