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

    How can I make the text box on the right side of the portfolio to have a white back ground or say a 25% transparent background?

    http://eliengleson.com/wordpress/?p=734

    #228487

    Hi lengleson!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    #av_section_1 > div.container > main > div > div > div.flex_column.av_one_third.avia-builder-el-3.el_after_av_two_third.avia-builder-el-last > section {
    background-color: rgba(255,255,255,0.5);
    padding: 10px;
    }

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

    Best regards,
    Yigit

    #229189

    Could you take a look at this again? Sorry changed layout and didn’t save it.
    Thanks for the help.

    #229299

    Hey!

    Please add following code to Quick CSS

    #av_section_1 > div.container > main > div > div > div.flex_column.av_one_half.avia-builder-el-3.el_after_av_one_half.avia-builder-el-last {
    background-color: rgba(255,255,255,0.5);
    padding: 10px;
    }

    Cheers!
    Yigit

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