Viewing 9 replies - 1 through 9 (of 9 total)
  • Hey,

    Here you go:

    .kad-btn, .button, #commentform .form-submit #submit {
      font-size: 16px;
    }
    form.checkout_coupon, form.register, form.login {
      border: none;
    }

    This will remove the border and increase the size of the register submit button to resemble the login button.

    Cheers!
    [sig moderated as per the Forum Rules]

    Thread Starter 81701580

    (@81701580-1)

    Hello,

    Thanks for your help!

    Would you happen to have the .css code for the login button as well? I was hoping to make them both smaller ??

    https://www.sweetheartlashes.com/my-account/

    Thanks again!

    Not a problem. This code will make them both smaller, you can play with the font size, and padding numbers to make it just the way you want it. Just delete this code:

    .kad-btn, .button, #commentform .form-submit #submit {
      font-size: 16px;
    }

    And then add this code:

    .login .form-row .button {
      font-size: 13px;
      padding: 7px 13px;
    }
    
    .kad-btn, .button, #commentform .form-submit #submit {
      font-size: 13px;
      padding:  9px 10px;
    }

    Cheers!
    [sig moderated as per the Forum Rules]

    Thread Starter 81701580

    (@81701580-1)

    Perfect! Thank you so much ??

    My pleasure! Good luck with your website. It’s looking good.

    Let me know if you need anything else.

    [sig moderated as per the Forum Rules]

    Thread Starter 81701580

    (@81701580-1)

    Just one more thing…..

    Do you know the code to adjust the size of the quantity box on the Cart page? It’s way too big right now.

    https://www.sweetheartlashes.com/cart/

    Thank you again!!!

    Thread Starter 81701580

    (@81701580-1)

    I swear this is the last! lol

    @designsbytrey:Thank you contributing to the forums but please do not encourage people to edit theme files directly. At best, they will lose all of their changes when they update the theme. At worst, they could bring their site down. They should be recommended to create a child theme or use a custom CSS plugin for their changes.

    @81701580: Please post in https://www.ads-software.com/support/theme/virtue/

    I’m sorry, I’ve have been doing that in ALL of my other responses, I just assumed that 81701580 was already using a child theme/plugin because the member just ask the the raw .css code originally.

    Also, I was only telling the member to delete the original code that I first gave him/her in my first post to avoid repeat css entries (which might confuse him/her in the future when editing). I didn’t say delete anything in the theme files.

    I do apologize. I will make sure that I ALWAYS mention using a child theme/ plugin in the future

    Cheers!
    [sig moderated as per the Forum Rules]

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Login and Register page – resize buttons and remove grey border’ is closed to new replies.