Tagged: x
-
AuthorPosts
-
April 5, 2016 at 4:08 am #867344
Hi!
Researching in the forum and online, I managed to do a couple of changes to my footer https://pmetools.ch/contact-acces
(website in very much work in progress!).Still I didn’t manage
1) to change the font of “inscrivez-vous …” and remove the decoration
2) to display the fields inline
3) to change the height of the footer (to be just a bit higher than the fields)
4) to change the font color of the labels in the field to #848484
5) to remove the line/border to main footerHere the CSS I have so far:
/* mailchimp form button*/.nlfooter input[type=”submit”] {
border: 1px solid #fff;
color: #fff;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
}
.nlfooter input[type=”submit”]:hover {
border: 1px solid #f9b330;
color: #ffffff;
font-weight: bold;
background-color: #f9b330;
}/* color footer */
.x-colophon.bottom {
background-color:#848484;
color: #ffffff;
}
/* color font footer */
.h-widget {
color: #fff;
font-weight: normal;
}
/* color widget form */
.x-colophon.top {
background-color:#848484;
color: #ffffff;
}.form.wpcf7-form fieldset {
display: inline;
}
.form.wpcf7-form
{
width: 100% !important;
}Thanks a lot for your support and sorry for the long wishlist!
Best,
SandraApril 5, 2016 at 11:31 am #867872Hi Sandra,
Thanks for writing in! When we are okay with some cosmetic changes with some CSS or assist you on something that’s not working as expected, we really can’t assist on your customization issue. Regretfully, this particular customization request is outside the scope of our support as this is not related to an issue with the theme and instead has to do with your customization of it. As such, you will need to investigate this particular issue on your own or seek help from a developer should you not feel comfortable making these changes yourself. If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries.
Thank you for your understanding.
April 6, 2016 at 9:30 am #869383I understand. Thanks for your reply and have a good day!
Sandra
April 6, 2016 at 12:41 pm #869736Thank you for your understanding!
-
AuthorPosts