Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #525185

    Hi,

    I’d like to have a transparent button that has the same background as the color section but with a white border. And it should change color on hover as well?

    How do I go about that?

    Thanks

    • This topic was modified 8 years, 5 months ago by m_gnowit.
    #525447

    Hey m_gnowit,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #525604

    Hi Rikard,

    Thanks for the reply. I kind of solved that issue. I changed the large button’s css on hover.

    Now my other concern, is to have that hover feature on that specific button only in that color section. So far I have,

    .avia-button.avia-size-large:hover {
    color: #83af98!important;
    background-color: #ffffff !important;
    }

    How can I make it change only for that container?

    The website is wp.gnowit.com and I am referring to the Start Your Free Trial.

    Thanks,

    • This reply was modified 8 years, 5 months ago by m_gnowit.
    #526054

    Hey!

    Turn on the custom css class field then edit the button element. Add a custom css class attribute. Refer to this link: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Cheers!
    Ismael

    #526176

    Thanks Ismael.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Transparent Button’ is closed to new replies.