Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #576249

    Ahoy,

    I was wondering how to add a semi transparent box behind this text area?

    Please advise.

    #576812

    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

    #576923

    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?

    #577556

    Hi,

    I’m not sure what you mean by that, could you post a screenshot of the problem please?

    Regards,
    Rikard

    #577577

    Screenshot of whitespace from the codeblock

    #578240

    Hey!

    Place the code block inside the very last color section to prevent the theme from creating another color section.

    Cheers!
    Ismael

    #578331

    Cool Thanks!

    #579336

    Hi,

    Glad we could help :-)

    Best regards,
    Rikard

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