Hi Laura, tried to find the right ticket for this thing, but can’t find it, so I write here:
Thank you so much for the code for making my Register form transparent pink!!
Using the code – it looks like this:
[attachment file=120451]
Can you see that the border is green at the bottom of the register form? Would like to have that orange as well….If you could mark where in the code I can change it, I can change it by myself maybe…
Here is the code you gave me:
MY REGISTER FORM TRANSPARENCY PINK
About the form, use the following css
.form-search, .form-header, div.alert-box, div.pagination span.current {
background: rgba(255, 40, 119, 0.8) !important;
}
.form-search.custom div.custom.dropdown a.selector, .form-search.custom div.custom.dropdown a.current, .form-search.custom select {
border: solid 1px #CD367E !important;
}
.form-search.custom div.custom.dropdown a.current, .form-search.custom input[type=”text”], .form-search.custom input[type=”password”], .form-search.custom select {
background-color: #D05A92 !important;
}
.button:hover, .button:focus, .form-search .button, .form-search .button:hover, .form-search .button:focus, .wpcf7-submit:focus, .wpcf7-submit:hover, #rtmedia-add-media-button-post-update:hover, #rt_media_comment_submit:hover, .rtmedia-container input[type=”submit”]:hover {
color: #ffffff;
background-color: #D05A92 !important;
border: 1px solid #E6A0C1 !important;
}
.form-search.custom input[type=”text”], .form-search.custom input[type=”password”] {
border: 1px solid #E6A0C1 !important;
}
.form-search .notch {
border-top: 10px solid #CC357D !important;
}
.form-header {
border-left: 5px solid #ff6a00 !important;
border-top: 5px solid #ff6a00 !important;
border-right: 5px solid #ff6a00 !important;
}
.form-search {
border-left: 5px solid #ff6a00 !important;
border-right: 5px solid #ff6a00 !important;
}
_______________________________________________________
Also the fields don’t look great, so maybe if I still could have them white without transparency as before would be wonderful. Can you help me with that?
THANKS A LOT!
Jenni