Sign-In Popup Tweaks? - by talonhead - on WordPress WooCommerce support

This topic has 16 replies, 3 voices, and was last updated 7 years, 10 months ago ago by Eva Kemp

  • Avatar: talonhead
    talonhead
    Participant
    June 24, 2016 at 15:58

    On the sign in popup, the “log in” button needs text to be #c6c6c6

    http://prntscr.com/bki6df

    On “my account” page, the “LOGIN” title needs to be #c6c6c6

    Also, “login” button needs text to be #c6c6c6
    http://prntscr.com/bki7ri

    15 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    June 24, 2016 at 17:02

    Hello,

    Please use this code in Global Custom CSS:

    .login-link .login-popup input[type=submit] {
       background-color: #c6c6c6;
    }
    form.login input[type="submit"], #customer_login .col-1 h2 {
       color: #c6c6c6;
    }

    Regards,
    Eva Kemp.

    Avatar: talonhead
    talonhead
    Participant
    June 24, 2016 at 19:32

    Tell you what Eva. As it’s still not right, instead of going around in circles on button colors, backgrounds, font colors, and whatnot, please have the button match on both the login form and the login popup match exactly what all my other buttons do on the site. That also includes the radiused corners.

    And I’ll add the code please. Just tell me what it is.

    Thanks.

    Avatar: Eva
    Eva Kemp
    Support staff
    June 27, 2016 at 10:44

    Hello,

    Please use this css code:

    form.login input[type="submit"], .login-link .login-popup input[type="submit"] {
        color: #000 !important;
        background-color: #c6c6c6;
        border-radius: 5px;
    }

    Regards,
    Eva Kemp.

    Avatar: talonhead
    talonhead
    Participant
    June 27, 2016 at 11:05

    1. That code doesn’t work. This is my CSS inputted: http://prntscr.com/blly1r
    See video below.

    2. My Account page: that LOGIN button, although button and text are the correct colors, it doesn’t do anything on hover. See video.

    FYI: my buttons on the site are configured:

    button color: c6c6c6
    text color: 353535

    On Hover
    button color: 353535

    Radiused corners at 5px
    text color: c6c6c6

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    June 27, 2016 at 13:12

    Hello,

    Please also use this code:

    form.login input[type="submit"]:hover, .login-link .login-popup input[type="submit"]:hover {
        color: #c6c6c6 !important;
        background-color: # 353535 !important;
        border-radius: 5px !important;
    }

    Regards,
    Eva Kemp.

    Avatar: talonhead
    talonhead
    Participant
    June 27, 2016 at 14:21

    My Account page:Text color changes on hover, but not button color to #353535. See vid

    Sign In Popup: Same action as the My Account page. See vid

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    June 27, 2016 at 17:07

    Hello,

    Replace the previous code:

    form.login input[type="submit"]:hover, .login-link .login-popup input[type="submit"]:hover {
        color: #c6c6c6 !important;
        background-color: # 353535 !important;
        border-radius: 5px !important;
    }

    with this one:

    form.login input[type="submit"]:hover, .login-link .login-popup input[type="submit"]:hover {
        color: #c6c6c6 !important;
        background-color: #353535 !important;
        border-radius: 5px !important;
    }

    Regards,
    Eva Kemp.

    Avatar: talonhead
    talonhead
    Participant
    June 27, 2016 at 20:54

    Oops….the space after the # on 353535. That fixed it in both places. Thanks

    BTW…running into troubles with the latest Woocommerce update with your theme. When will Classico update to follow?

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 28, 2016 at 07:18

    Hello,

    Our theme will be updated approximately in a week.
    Meanwhile we recommend to revert back to previous Woocommerce version.

    Best regards,
    Jack Richardson.

    Avatar: talonhead
    talonhead
    Participant
    June 28, 2016 at 07:49

    Do you guys have anything to do with TGM Plug-In Activation? I debugged my site and that is what is causing the conflict actually.

    I’ve never installed that plug-in…never heard of it.

    Avatar: Eva
    Eva Kemp
    Support staff
    June 28, 2016 at 08:07

    Hello,

    It’s implemented in our theme. You can read about it here:
    http://tgmpluginactivation.com/
    It was installed to show plugins installation http://prntscr.com/bm0hhe

    Regards,
    Eva Kemp.

    Avatar: talonhead
    talonhead
    Participant
    June 28, 2016 at 08:16

    Yep…I have already been to that site after I Googled what the heck it was.

    Well FWIW, that is the conflict with the latest WC.

    Before we close this up, do you have any idea why I have to sign on so many times now during the same session? It keeps getting prematurely expired now. That never has been the case. I sign on and it stays signed on until logging off.

    Not now.

    Avatar: Eva
    Eva Kemp
    Support staff
    June 28, 2016 at 10:28

    Hello,

    We’ll update the theme soon and conflict with WC plugin will be fixed.

    Concerning the sessions you have to contact WordPress forums as it’s related to them, not to the theme.

    Regards,
    Eva Kemp.

    Avatar: talonhead
    talonhead
    Participant
    June 28, 2016 at 14:35

    Thanks. Zip it up.

    Avatar: Eva
    Eva Kemp
    Support staff
    June 28, 2016 at 14:38

    Hello,

    You are welcome.

    Regards,
    Eva Kemp.

  • Viewing 16 results - 1 through 16 (of 16 total)

The issue related to '‘Sign-In Popup Tweaks?’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.