• Is there a way to make the background on the page takeover transparent so you can see the homepage through it as a tease? Thank you.

    I really love it otherwise.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Yes you can.

    Open Plugins .. Editor .. page-takeover/css/page-takeover.css
    Find the line that starts with .page-takeover-overlay{
    Insert .page-takeover-overlay{display:block;opacity:0.9;float:left

    Regards, Jan.

    If you just want the background to become transparent:

    Open Page Takeover
    Click Background
    Click Select Color
    Change #2c3644 into rgba(0, 0, 0, 0.7);

    @jreynders I would like to implement transparency as well. Where exactly in the CSS would your first suggestion go?

    The second suggestion produces a black background instead of transparency. Please let me know how to accomplish this. Thank you!

    Please disregard my above inquiries. The plugin does not render well on mobile ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Transparent background?’ is closed to new replies.