dresstive
Forum Replies Created
-
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Center issueHey.
Thank you so much for answering (and so fast even) gotta love Mailchimp. We tried that, but it doesn’t seem to work. Maybe we are targeting the wrong ID’s or? Here is our entire CSS for Mailchimp:
/* Mailchimp */
.mc4wp-form-basic input[type=”text”], .mc4wp-form-basic input[type=”email”], .mc4wp-form-basic input[type=”tel”], .mc4wp-form-basic input[type=”url”], .mc4wp-form-basic input[type=”date”], .mc4wp-form-basic select, .mc4wp-form-basic textarea, .mc4wp-form-theme input[type=”text”], .mc4wp-form-theme input[type=”email”], .mc4wp-form-theme input[type=”tel”], .mc4wp-form-theme input[type=”url”], .mc4wp-form-theme input[type=”date”], .mc4wp-form-theme select, .mc4wp-form-theme textarea {
width: 100%; text-align: center !important;
background: #393939;
color: #fff;
max-width: 100% !important;
}.mc4wp-form-basic button, .mc4wp-form-basic input[type=”submit”], .mc4wp-form-basic input[type=”button”], .mc4wp-form-theme button, .mc4wp-form-theme input[type=”submit”], .mc4wp-form-theme input[type=”button”] {
width: 100%; text-align: center !important;
background: #48B99A;
padding: 13px;
font-weight: 700;
font-size: 12px;
}.mc4wp-form-basic button:hover, .mc4wp-form-basic input[type=”submit”]:hover, .mc4wp-form-basic input[type=”button”]:hover, .mc4wp-form-theme button:hover, .mc4wp-form-theme input[type=”submit”]:hover, .mc4wp-form-theme input[type=”button”]:hover { background: #3fa68b; }
.mc4wp-form-basic input[type=”text”]:focus, .mc4wp-form-basic input[type=”email”]:focus, .mc4wp-form-basic textarea:focus, .mc4wp-form-theme input[type=”text”]:focus, .mc4wp-form-theme input[type=”email”], .mc4wp-form-theme textarea:focus {
background-color: #393939 !important;
color: #fff;
border-color: #d5d5d5;
max-width: 100% !important;
}.mc4wp-form-basic, .mc4wp-form-basic input, .mc4wp-form-basic label, .mc4wp-form-theme, .mc4wp-form-theme input, .mc4wp-form-theme label { margin-top: 5px !important; }
Thank you so much. I really appreciate the fantastic plugin and the help. Thank you.
I submitted a request now.
Also it seems I cannot edit previous posts, I do not mean to spam. I apologize. I forgot the link: loverne.dk
Forum: Plugins
In reply to: [Contact Form 7] Style only one contact formBump
Is this possible? I have tried all CSS I know of.
Forum: Fixing WordPress
In reply to: How to Remove Theme Design CreditHello,
Please make sure that you’re allowed to edit this element from the theme owners. This code should do the trick, if not please let me know. You can add this code in your Custom CSS section, which should be a part of your theme.
#copyright-note { display: none !important; }
Forum: Plugins
In reply to: [Contact Form 7] Style only one contact formAlso is there a way to make the Dropdown menu select multiple be multiple for desktops but only select one on phone?
Hello Daniel,
Ty for the fast and professional response. Yes we are talking about the grey box on the close button, the square one. We’d like to just move the box so there is only a X and nothing more on hover. Maybe if anything a hover color, so they can see they are holding over the X, so upon hover X turns to a color.
I’d love to, but the cache is currently being reprogrammed so it hides the menu unless you are logged in. If you’d like to see it first hand I’ll have to send my login, is there somewhere we can send you this if needed? 🙂
Again ty so much. So to sum up:
1. Yes remove the square box on the X.
2. If possible make the X change color on hover, but not necessary.