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?
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
Could you take a look at this again? Sorry changed layout and didn’t save it.
Thanks for the help.