Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #867344

    Sandra
    Participant

    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 footer

    Here 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,
    Sandra

    #867872

    Rupok
    Member

    Hi 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.

    #869383

    Sandra
    Participant

    I understand. Thanks for your reply and have a good day!

    Sandra

    #869736

    Darshana
    Moderator

    Thank you for your understanding!