Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #28800

    Hi !

    1)

    The enfold promo box has some kind of “3d” button design and for example the contact form has a nice flat design, that fits more to the theme !

    Is it possible to have the contact form button design also in the promo box ?

    2)

    And as you can see here: http://gaspar.ideenstart.de there is a big space between the text box and the promo box.

    How can I change the (I guess) padding of the promo box ?

    Thanks

    Tom

    #138680

    Hi Tom,

    1) It’s not possible to have contact form button in promo box, but you can remove the background image on the button to have a very similar look. Please add this code to Quick CSS

    body div .avia-button { background-image: none; }

    2) You can change margin with this code. Please also add it to Quick CSS

    .av_promobox { margin: 20px 0; }

    Regards,

    Yigit

    #138681

    Hi Yigit !

    Wow – your support is perfect and nearly working in lightspeed :-)

    Both suggestions work fine !

    The button looks nearly similar now !

    But if I could tweak it a bit, it would be perfect !

    Could you please tell me how to change the color of the button, the color of the text on it and how to have both states also in hovered :-)

    Hope this is possible !

    Thanks

    Tom

    #138682

    Hi Tom,

    In Promo Box shortcode you should click on the button then you will see button options under it.

    And for hover state please add this code to Quick CSS

    body div .avia-button:hover { background-color: #88BBC8!important; color:white!important; border-color: #88BBC8!important; }

    You can change hex values if you want to change the colors

    Regards,

    Yigit

    #138683

    Oh Yigit …

    We Germans have a saying: “The one who is able to read, always has the benefit” … :-)

    I’ve looked everywhere in the theme – but haven’t seen the “custom color” setting in the promo box … :-)

    Both solutions worked perfectly !!!

    Thanks again !

    Tom

    #138684

    Hi Tom,

    You’re welcome, glad we could help :)

    Regards,

    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Enfold: Different buttons design’ is closed to new replies.