New Landing How can we help? Atelier buttons + menu

Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Atelier
  • #258030
    micheal_w
    Member
    Post count: 498

    1. I use gravity forms and its submit button is rectangular but I use rounded all over the site http://www.australiaclassic.com.au/contact/
    Any idea how can I make it round?

    2. I use Mailchimp code for subscriber form here, its subscribe button is rectangular but I use rounded all over the site http://www.australiaclassic.com.au/contact/ Any idea how can I make it round? Also, the button text size is different as usual, can you please advise how can I make it larger?

    3. I would like one of the menu item (custom link in a mega menu) to open in a new tab if clicked… Is that possible?

    4. Is it possible to show the social icons on the bottom of the slideout mobile menu?

    Thanks!

    #258083
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    1&2– Please use this custom css code:-

    input[type="submit"]{
    border-radius:10px !important;
    }

    3&4– I am afraid that its not possible by theme.

    Thanks
    Mohammad

    #258097
    micheal_w
    Member
    Post count: 498

    Hi Mohammad,

    1 & 2) awesome, thank you!
    With the GF button, the text is much larger than the other, can I make it smaller somehow please?
    http://www.australiaclassic.com.au/contact/

    Thanks!

    #258107
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code also:-

    .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {
        font-size: 12px !important;
    }

    Thanks
    Mohammad

    #258108
    micheal_w
    Member
    Post count: 498

    You’re the king, works perfectly, thank you 🙂

    #258119
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome and glad to help you.
    Thanks
    Mohammad

    #258121
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great. Thanks Mohammad.
    -Rui

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

You must be logged in to reply to this topic.