Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #579728

    Hi Guys,
    If I want to add a “custom css class” on an item in the avia builder how exactly do I format it?

    Custom css Class formatting

    For example… putting an opacity on a background picture in a 1/3 section. If the opacity is 0.3 how EXACTLY do I format it in the css class box… I have tried every variation I can think of… or is this where you sit and laugh your socks off ;-)

    opacity: 0.3
    opacity: 0.3;
    <style=”opacity: 0.3:”>

    #579737

    Hi Annemarie!

    Please insert your custom CSS class into the field “your-custom-class” without double quotes and then add following code to Quick CSS

    .your-custom-class { background: rgba(255,255,255,0.3) !important; }

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.