Is it possible to change the button style ?
See screenshot below
Hey BPC,
Yes this is possible. Please enable custom css class name for Advanced layout builder elements http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Add your button css to Enfold > General Styling > Quick css
and add the class name to the button element in edit options.
Check this link or google for more CSS3 button generators https://css-tricks.com/examples/ButtonMaker/
Best regards,
Vinay
thanks, but how to remove the ‘old’ style what is now visable ?
Hey,
Looks like the last link you posted is one of your invoices, could you check and link to the site in question as well please?
Regards,
Rikard
oops
Hi,
The css is tightly integrated it’s gonna be difficult to remove the old style. But you can easily override it by using !important rule in your new css.
for example
` background-color: gold!important;
`
Best regards,
Vinay