Hey Everyone, I would like to create a button with no link so there is no mouse over or option to click it or alternatively create a text box with a coloured background? The button with no link sounds easier to do…
I cant find quick css and im having issues with jetpack activating so cant use custom css either.
Hey craig_corfield!
Please turn on custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and then give you text block element a custom CSS class and add following code to Quick CSS
.avia_textblock.your-custom-class { background-color: red; padding: 10px; }
Best regards,
Yigit
Thanks @Yigit , looks great!