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

    Hey, I am currently looking for a possiblity to set a semi-White Background to each single layout elements (one-one, one-half, one-third, etc.).

    My idea is to have a big fullsize Background Picture for each site to be set with a Color section (100% browser window height). Above this Color sections I would like to place the layout elements with the Content (sliders, Headlines, TextBox, etc.). My Problem is that I cannot read the text of my textboxes and the other Content Looks somehow lost on the Screen. Therefore I would like to use a semi-White Background behind the Content to box / Highlight it.

    Best solution I figured out so far, would be layout elements with the possility to set a semi-White Background. However, I am also open to other suggestions. I hope there are some possiblities…

    I case of any questions please don’t hesitate to give your comments.

    Thanks in advance for your reply!
    Cheers, Matthias

    #231615

    Hey WANTED1403!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    div .flex_column { background-color: rgba(255,255,255,0.5);
    padding: 10px; }

    255,255,255 is RGB value of the color and 0.5 is the opacity level

    Cheers!
    Yigit

    #231743

    Hey Thanks, that works great!

    Is there some Kind of overview about all relevant API to Change the Parameters in regard to enfold layout builder?
    I am no IT or programming expert, but then I could try to find my own way and would not have the Need to bother you with some stupid questions. :D

    OK, but besides the above Point I am fine for the Moment!

    Thanks once again! :)

    #231754

    Hi!

    You can take a look at Enfold documentation here http://kriesi.at/documentation/enfold/ for some code snippets. For your other questions, feel free to let us know :)
    You are welcome, glad we could help :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Possibility to set a semi-white background to layout elements (no color section)’ is closed to new replies.