Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1271394
    onefoursix
    Participant

    Re: http://connectionmags.co.uk/

    1. The buttons for the 3 options (latest edition, advertise with us, biz directory) i would like to have the blue background (#5164ab) and white text please

    2. I would like the footer in blue (#5164ab) and the text of the footer in white please

    Re: http://connectionmags.co.uk/about-us

    3. The “contact the connection magazine” button looks like it has a shadow on the text – how do we remove please?

    Re: http://connectionmags.co.uk/contact-us/

    4. Regarding the contact form – we would like it to be structured like:

    your name – company name
    your email – phone number
    message

    …so that they are lined up better (see the contact form on http://www.onefoursix.co.uk/work-with-us)

    5. We need the gap under the map removing please

    Thanko mucho.

    #1271417
    Christopher
    Moderator

    Hi there,

    #1 Please add background-color:#5164ab;color:#fff; in button’s style field.

    #2,3,5 Please add following code in Customize -> Custom -> Global CSS :

    footer.x-colophon.bottom {
        background-color: #5164ab;
    }
    .x-colophon.bottom .x-nav li a, .x-colophon p, .x-colophon .x-social-global a {
        color: #fff;
    }
    .x-btn, .button, [type="submit"] {
        text-shadow: none;
    }
    .x-map {
        margin-bottom: 0;
    }
    

    #4 Please edit your form and wrap each field within <div class="x-column x-1-2 x-sm"></div>

    e.g :

    <div class="x-section man pan">
    <div class="x-column x-1-2 x-sm">Your Name (required)<br />[text* your-name]</div>
    <div class="x-column x-1-2 x-sm">Your Email (required)<br />[email* your-email]</div>
    </div>

    Hope it helps.

    #1271423
    onefoursix
    Participant

    Thats great thank you.

    One more thing – we need the button on the contact form (http://www.connectionmags.co.uk/contact-us) changed please -background needs to be #5164ab, text white.

    Thanks

    #1271608
    Nabeel A
    Moderator

    Hi again,

    Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    input.wpcf7-form-control.wpcf7-submit {
        background: #5164ab !important;
        color: #fff !important;
    }

    Let us know how this goes!

  • <script> jQuery(function($){ $("#no-reply-1271394 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>