Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #54670

    jasper b
    Participant

    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.
    screentwo
    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 CSS screen1 and 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.

    http://www.formsandfinds.com/store/

    #54862

    Christian
    Moderator

    Hey 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. 🙂

    #54886

    jasper b
    Participant

    Whooptie! That’s how we do it….Thanks heaps.

    #55160

    Rad
    Moderator

    You’re welcome Jasper 🙂

    #143918

    Bamik H
    Participant

    Perfect… I needed this too and it worked… thank you!

    #144113

    Rubin
    Keymaster

    Glad to hear! 🙂

    #606279

    sndesign
    Participant

    Works great – Thank you!
    How can I also reduce font size? I tried reducing font font-size: 0.8em; but it only effected the hover state not the button overall.

    #606345

    Paul R
    Moderator

    Hi,

    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

    #607908

    sndesign
    Participant

    Thank you! 🙂

    #607937

    Zeshan
    Member

    You’re welcome! 🙂

    #647836

    JoshDWhit
    Participant

    This 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?

    #647957

    Christopher
    Moderator

    Thanks 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.

    #724017

    maghrabi42
    Participant

    Hi,
    I would like to remove the button of (go to store) when the cart is empty
    how can I do that
    thanks

    #724028

    Lely
    Moderator

    Hello 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.