Ahoy,
I was wondering how to add a semi transparent box behind this text area?
Please advise.
Hi mcraig77!
Add this to a codeblock element in the page.
<style type = "text/css">
.av_three_fifth > .av-rotator-container {
background: rgba(0,0,0,0.4);
padding: 10px;
}
</style>
Regards,
Elliott
Ahoy!
I added the code block but now there is a white space on the page where the pagebuider is… anyway to get away of that?
Hi,
I’m not sure what you mean by that, could you post a screenshot of the problem please?
Regards,
Rikard
Screenshot of whitespace from the codeblock
Hey!
Place the code block inside the very last color section to prevent the theme from creating another color section.
Cheers!
Ismael
Cool Thanks!