Forum Replies Created
-
AuthorPosts
-
Hello Rikard, for some reason it is not working. I notice there is no reference to the contact form in the code you sent me, should there not be an avia reference? This is for only the text fields in the contact form that I want to change the opacity in. I appreciate yours and all others help like always.
CheersHello again Jordan. Here are some changes I made in this file Enfold: contact.css (config-templatebuilder/avia-shortcodes/contact/contact.css)
but for some reason it is not working.Starts at line 232
/*custom form colors*/
#top .av-custom-form-color *{color:inherit;}
#top .av-custom-form-color a{text-decoration: underline;}
#top .av-custom-form-color ::-webkit-input-placeholder { color: inherit; opacity: 0.4;}
#top .av-custom-form-color ::-moz-placeholder { color: inherit; opacity: 0.4; }
#top .av-custom-form-color :-ms-input-placeholder { color:inherit; opacity: 0.4;}
#top .av-custom-form-color .button{border: 2px solid;}
#top .av-custom-form-color .button:hover{}#top .av-light-form, #top .av-light-form + .ajaxresponse *{color:#fff;}
#top .av-light-form + .ajaxresponse .avia-form-success{background: rgba(255,255,255,0.4); }#top div .av-light-form .input-text, #top div .av-light-form input[type=’text’], #top div .av-light-form input[type=’input’], #top div .av-light-form input[type=’password’], #top div .av-light-form input[type=’email’], #top div .av-light-form input[type=’number’], #top div .av-light-form input[type=’url’], #top div .av-light-form input[type=’tel’], #top div .av-light-form input[type=’search’], #top div .av-light-form textarea, #top div .av-light-form select, div div .av-light-form .button{
color: #fff;
border-color: #fff;
border-width: 2px !important;
background-color: rgba(255,255,255,0.4);
}#top .av-dark-form, #top .av-dark-form + .ajaxresponse *{color:#ffffff;}
#top .av-dark-form + .ajaxresponse .avia-form-success{background: rgba(255,110,14,0.4); }#top div .av-dark-form .input-text, #top div .av-dark-form input[type=’text’], #top div .av-dark-form input[type=’input’], #top div .av-dark-form input[type=’password’], #top div .av-dark-form input[type=’email’], #top div .av-dark-form input[type=’number’], #top div .av-dark-form input[type=’url’], #top div .av-dark-form input[type=’tel’], #top div .av-dark-form input[type=’search’], #top div .av-dark-form textarea, #top div .av-dark-form select, div div .av-dark-form .button{
color: #222;
border-color: #222;
border-width: 2px !important;
background-color: rgba(255,255,255,0.4);
}Hello Jordan, thanks for the quick reply. You can see the solid white in the fields, https://www.boxerbuilding.com/contact-us/
I would like to be able to drop that to a .7 or .6 in opacity. I was playing around with the contact css in editor but it didn’t work.
ThanksThanks Yigit! Would of caught that if I wasn’t drinking beer lol.
I have some questions about the mobile aspect, but I will ask those later when the site is done and can be tested on iphone and droid tablet.Thanks!
will do.
Didn’t work.
Thanks Rikard, for the form itself, the borders are bright white, what is the short code to change the color of that? Thinking a light grey.
Thanks!
Side note, code I have used on other templates to make elements semi transparent is like this:
#header-top {
color: #ffffff
opacity: 0.7;
}I would like to make my windows in my mail form not solid white but opaque a bit with code.
Sort of figured out the background thing by using the color section on a page and then 2 half columns with the mail forms inside those columns inside the color section. I will edit bg image in ps to get it faint and being able to change opacity on elements above it would be great.Thanks
Question in regards to this issue, where does that code get put into to display said image on said page(s)?
Hello, just did the upload of a fresh copy, did nothing to solve the problem. I don’t understand why there is this issue, I did a fresh install of wp and your theme last week and worked on it Tuesday (in theme work with no code changes, pretty much just layout) and then Wednesday it gave me this error. My site is on godaddy with no reported problems.
I can provide you with my ftp and wp creds if you want to look at it. Love the template and this is a setback. It is a temp folder on my server and will be duplicated on dedicated server for customer once designed, should still function fine with latest sw and versions. I have zero plugins installed so that’s not the issue.Please advise.
Thanksyou mean do a manual theme update right?
-
AuthorPosts