Loading...

Login & Register Button Invisible

Viewing 10 posts - 1 through 10 (of 13 total)
  • Author
    Posts
  • #10004019
    Andrew Rough
    Participant

    Good day,

    We recently moved the host for our Word press site and now the login and submit (on registration) buttons are invisible.

    The cursor changes when mousing over them and you can click them but they are not visible.

    Any help will be appreciated (bit of a noob when it comes to these things)

    #10004021
    Pie Register
    Participant

    Hello,

    It looks like a CSS issue. If you could send us the URL of your login/registration pages we could help you with that.

    Thanks

    #10004022
    Andrew Rough
    Participant

    Login
    http://concernedcitizens.co.za/ click on the + for login widget.

    Registration
    http://concernedcitizens.co.za/registration/

    Thank you for the help.

    #10004025
    Pie Register
    Participant

    Hello,

    Please try something like this.

    .piereg_container .piereg_login_wrapper .submit input[type=”submit”], .pieregWrapper input[type=”submit”], .pieregWrapper .piereg_cancel_profile_edit_btn {
    color: inherit;
    }

    Thanks

    #10004029
    Andrew Rough
    Participant

    I have placed this (as is) under Custom CSS in PIE Register General Settings but has not changed anything.

    #10004048
    Pie Register
    Participant

    Please add keyword !important

    Thanks

    #10004052
    Andrew Rough
    Participant

    Sorry not sure what is needed here?

    #10004054
    Pie Register
    Participant

    .piereg_container .piereg_login_wrapper .submit input[type=”submit”], .pieregWrapper input[type=”submit”], .pieregWrapper .piereg_cancel_profile_edit_btn {
    color: inherit !important;
    }

    #10004056
    Andrew Rough
    Participant

    Still no luck.

    #10004058
    Pie Register
    Participant

    Hello,

    I dont see the code on your page. Please put it on your theme’s style.css or PR front.css at the bottom.

    Thanks

Viewing 10 posts - 1 through 10 (of 13 total)
  • The topic ‘Login & Register Button Invisible’ is closed to new replies.