-
AuthorPosts
-
June 10, 2014 at 3:45 pm #54670
jasper bParticipantHi,
First of all: Great Theme, great work, love using it.
But there still a thing I would like to establish…
I’m using the renew stack for my shop. I styled my buttons using the customizer to be flat design, rounded and small. Works great! But the only thing I would like to remove is the text shadow from the button text store wide.
What I usually do is go into my developer menu and finds the corresponding CSS and override the correct line with the custom code editor in the customizer. I’m able to see the corresponding CSSand disable the text shadow in my browser, but i cannot edit it when I click the store:1:9534 link.
Please advice on how to remove this.
June 11, 2014 at 3:53 am #54862
ChristianModeratorHey Jasper,
Please add the code below in the Customizer > Custom > CSS.
.x-btn, .x-btn:hover, .button, .button:hover, [type="submit"], [type="submit"]:hover { text-shadow: none; }Hope that helps. 🙂
June 11, 2014 at 5:23 am #54886
jasper bParticipantWhooptie! That’s how we do it….Thanks heaps.
June 11, 2014 at 2:25 pm #55160
RadModeratorYou’re welcome Jasper 🙂
November 12, 2014 at 8:01 pm #143918
Bamik HParticipantPerfect… I needed this too and it worked… thank you!
November 13, 2014 at 3:51 am #144113
RubinKeymasterGlad to hear! 🙂
October 1, 2015 at 6:25 am #606279
sndesignParticipantWorks great – Thank you!
How can I also reduce font size? I tried reducing fontfont-size: 0.8em;but it only effected the hover state not the button overall.October 1, 2015 at 7:29 am #606345
Paul RModeratorHi,
You can try this code.
.x-btn, .x-btn:hover, .button, .button:hover, [type="submit"], [type="submit"]:hover { text-shadow: none; font-size: 0.8em !important; }If that doesn’t help, please provide us with your site url so we could take a closer look.
Thanks
October 2, 2015 at 5:25 am #607908
sndesignParticipantThank you! 🙂
October 2, 2015 at 5:59 am #607937
ZeshanMemberYou’re welcome! 🙂
October 31, 2015 at 8:01 pm #647836
JoshDWhitParticipantThis worked great for me too, however, it didn’t remove the shadow from the main box on the landing page. What should I do there?
November 1, 2015 at 1:06 am #647957
ChristopherModeratorThanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
December 29, 2015 at 12:46 am #724017
maghrabi42ParticipantHi,
I would like to remove the button of (go to store) when the cart is empty
how can I do that
thanksDecember 29, 2015 at 1:07 am #724028
LelyModeratorHello There,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your exact URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-54670 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
