Password Button Customization Stopped Working after update

Hey after an update my customized password button stopped working. The original code is listed below. Any idea as to why this stopped working? And how could I fix it?

Thanks!

/* Sample page password box & button */
input.sdm_pass_text {
width: 80%;
height: 24px;
border: 1px solid;
}
input.pass_sumbit {
border-radius: 0;
padding: 0.2em 2em;
background-color: white;
border-color: #c4a644;
color: #c4a644;
}

Hi,

Can you provide us the exact url of the page where we can see the button so we can take a closer look.

Thanks

Hey thanks for the reply. The button is on all the portfolio item pages. You can see it on the link below.

Thanks

Hi There,

Seems your text box css working fine. Can you try this css for the button.

  .sdm_download {
    border-radius: 0;
    padding: 1em 2em;
    background: white !important;
    border-color: #c4a644;
    color: #c4a644 !important;
    }

Let us know how it works.

Thanks

Thanks for the reply. The code you provided fixed the color for the background and the border, but can it be adjusted to change the font color for the button’s text as well?

Also for the password box, originally it would show the letters that you’re typing, but now it’s hidden. Is it possible to go back to the way it was?

Thanks

Hi There,

it should change the color. I am not sure if you have applied the css to the site or not, its not showing in my end.
Can you please give us the login details in a secure note so that we can test it applying in our end.

Thanks

Oh sorry I had removed the code. You should see the change now. The button looks good, now it’s just the text color I need to change. Let me know if you still need my login information.

Thanks

Hi there,

can you please add this css

.sdm_download.green {
color: #c4a644 !important;
}

Lets us know how this works.

Thanks

Worked perfectly! Thanks a lot.

You are most welcome.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.