New Landing How can we help? Atelier Center Align social shortcode

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Atelier
  • #229197
    andy_lymeterrace
    Member
    Post count: 58

    Hello guys,

    Im wondering if its possible to center align the social icons when using the shortcode, for the buttons text aligning centers them but it doesn’t do the same for the social.

    Is this possible? I’ve made an attempt at the CSS but no idea what I’m doing ๐Ÿ™‚

    .social_instaoptin {
    margin: auto;
    width: 60%;
    }

    Attached a screen shot of whats going on.

    Attachments:
    You must be logged in to view attached files.
    #229234
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    ul.social-icons {
        display: inline-block !important;
        width: 100% !important;
        text-align: center !important;
    }
    

    Thanks
    Mohammad

    #229617
    andy_lymeterrace
    Member
    Post count: 58

    Hello Mohammad,

    Thanks very much. Im also trying to change the button text ‘subscribe’ to white. Ive managed to change the Titles on the form but not the button. Is there some custom CSS for this also?

    http://www.carvedfrom.com/instagram-capture/

    Thanks for you guys continued FANTASTIC support across all the sites im working on ๐Ÿ™‚

    #229620
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    input[type="submit"], button[type="submit"], input[type="file"], select, .wpcf7 input.wpcf7-submit[type="submit"] {
      color: #ffffff!important;
    }

    – Kyle

    #231790
    andy_lymeterrace
    Member
    Post count: 58

    Hey Kyle,

    So I added this same code to a different site (lymeterrace.com) to change the colour of the subscribe button in the footer and it worked, but also changed the colour of the buttons in my shop to white also. lymeterrace.com/shop

    Is it possible to specify the button in the footer only on this occasion?

    Cheers!

    #231804
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Remove

    button[type=”submit”]

    – Kyle

    #231858
    andy_lymeterrace
    Member
    Post count: 58

    Hey Kyle,

    Yeah that worked kind of! The product variable selection are still white on the shop page.

    #231867
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Remove this also: select,

    Thanks.

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register