Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #381322

    Hi,

    I would like to put a text box on top of a picture, but the text is barely readable. How can I make a textbox that has a colour or is semi-transparent ?

    Best
    Niels

    • This topic was modified 10 years, 3 months ago by NielsSR.
    #381522

    bump – anyone ?

    #381824

    Hi!

    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 your text block element a custom CSS class ( i.e.: your-custom-class ) and then add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia_textblock.your-custom-class { background-color: rgba(255,255,255,0.5); padding: 10px; }

    Best regards,
    Yigit

    #382781

    Thank you :)

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Nontransparent textboxes’ is closed to new replies.