-
AuthorPosts
-
June 10, 2014 at 3:45 pm #54670
Hi,
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 #54862Hey 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 #54886Whooptie! That’s how we do it….Thanks heaps.
June 11, 2014 at 2:25 pm #55160You’re welcome Jasper 🙂
November 12, 2014 at 8:01 pm #143918Perfect… I needed this too and it worked… thank you!
November 13, 2014 at 3:51 am #144113Glad to hear! 🙂
October 1, 2015 at 6:25 am #606279Works 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 #606345Hi,
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 #607908Thank you! 🙂
October 2, 2015 at 5:59 am #607937You’re welcome! 🙂
October 31, 2015 at 8:01 pm #647836This 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 #647957Thanks 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 #724017Hi,
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 #724028Hello 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