http://shopping.maximfactory.com/
I am trying to figure how I can make a a box area to type some text in with the background being a smokey see through color. A good example of this would be the slider used in this link: http://kriesi.at/themedemo/?theme=enfold.
The Super Flexible Layout Builder on slide three is what I am looking for, something like that I can use in the website content area.
I know I can create a slider and place it anyplace in the site, I am just looking for a simple box in this case.
What would work is if I could put a color section element inside of a layout element but that is not an option.
Thanks!!
Hey Micheal0424!
Please firstly turn on custom CSS field for ALB elements ( see – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and then edit your text block element and give it a unique class. then add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class.avia_textblock { background-color: rgba(0,0,0,0.6); padding: 10px; }
Best regards,
Yigit
Worked perfectly, thanks!!