Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #382928

    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.

    #383095

    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

    #383202

    Thanks @Yigit , looks great!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Creating a button with no link or coloured text box’ is closed to new replies.