Justin Dodson
Forum Replies Created
-
Was there a recent update to Wptouch or WordPress to make a login link suddenly appear on the mobile menu?
I design websites for multiple companies and this seems to be a recent reoccurring issue across the board. I use the Simpleo theme for most of my sites.
How do I get rid of this link?
I tried to change the settings so that it does not allow comments on posts but it doesn’t want to keep my changes when I click update. Does this have any effect on the login link appearing in the menu? If so can you tell me step-by-step how to do it?
Thanks,
Justin DodsonForum: Plugins
In reply to: [Contact Form 7] Custom CSS for Submit ButtonAlso, can tell me how to make my CF7 text fields longer on a cell phone? Changing them thru the Generate Tag option seems to have no affect on the mobile version of my site
Forum: Plugins
In reply to: [Contact Form 7] Custom CSS for Submit Button@gardnerc or to anyone who can help…
I am using CF7 and was able to change my submit button thru custom css code, but for some reason it doesn’t carry over on a cell phone. Here is a link the site I am working on, and here is my custom css code…
.wpcf7-form p input.wpcf7-submit:hover {
background-color: #002b57;
background-image: -moz-linear-gradient(center top,#000d21 0%,#001c46 100%);
background-image: -webkit-linear-gradient(center top,#000d21 0%,#001c46 100%);
background-image: -ms-linear-gradient(center top,#000d21 0%,#001c46 100%);
background-image: -o-linear-gradient(center top,#000d21 0%,#001c46 100%);
background-image: linear-gradient(center top,#000d21 0%,#001c46 100%);
border: 1px solid #000d21;
}.wpcf7-form p input.wpcf7-submit {
background-color: #fefefe;
background-image: -moz-linear-gradient(center top,#001c46 0%,#000d21 100%);
background-image: -webkit-linear-gradient(center top,#001c46 0%,#000d21 100%);
background-image: -ms-linear-gradient(center top,#001c46 0%,#000d21 100%);
background-image: -o-linear-gradient(center top,#001c46 0%,#000d21 100%);
background-image: linear-gradient(center top,#001c46 0%,#000d21 100%);
border: 1px solid #000d21;
border-radius: 5px;
box-shadow: 0 1px 1px rgba(0,0,0,0.2);
color: #ffffff !important;
display: inline-block;
font: 13px/43px “PTSansBold”, arial, helvetica, sans-serif;
height: 43px;
padding: 0 30px;
text-align: center;
text-shadow: 0 1px 0 #000000;
text-transform: uppercase;
}