How can I do this kind of buttons http://i.imgur.com/LanrfTw.jpg
I read old posts and tried to do but without success.
I want all buttons on my site to be like that, but with theme colors.
Including the ugly contact form and mailchimp widgets. Are they ajax buttons?
Can we change these layers?
I am sending the page I want to configure
Thanks
Hi Pedro!
Please go to Appearance > Menus and edit your menu item and choose to display bordered button style – http://i.imgur.com/4XUoXtJ.png
then edit your page and choose to display transparent header – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/
Regards,
Yigit
Hi,
Sorry I probably confuse you. I want this look in field on all page buttons. Like contact ajax form and others.
I am sending you a test page with what I am doing.
Thank you so much for all your help and support.
Hi,
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_ajax_form .button {
background: transparent!important;
color: black!important;
border: 1px solid black!important;
}
Best regards,
Yigit
Thanks Yigit, problem solved