• Haven’t seen a way to set the page color as transparent. There may be a better way to go about this but wondering if there is a way to not have the theme color settings travel over to pages created in Elementor and/or BeaverBuilder

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter rubymusic

    (@rubymusic)

    Noticed that when creating pages that in the Page Attributes/Template Box it lists Elementor fullwidth Blank as an option. Also able to choose a blank template in BeaverBuilder. Not sure if this really solves the issue

    Theme Author Tom

    (@edge22)

    Hi there,

    Are you building this in GeneratePress? If so, what do you mean by page color? The color of the box which holds the content/page builder?

    Let me know 🙂

    Thread Starter rubymusic

    (@rubymusic)

    GP is my theme but using elementor and beaverbuilder to create my pages. The background color in the page builders seems to follow whatever is assigned in the GP theme customized. Didn’t know if it was possible to assign colors in the builders instead of the theme settings

    Theme Author Tom

    (@edge22)

    Interesting, if there’s not an option to change the background color in the builders, you can use CSS.

    For example, use my Simple CSS plugin: https://ww.wp.xz.cn/plugins/simple-css/

    Then on the page you’re editing, you’ll see the Simple CSS metabox for CSS specific to that page.

    Then you can add something like this:

    .separate-containers .inside-article,
    .one-container .site-content {
        background-color: #FFFFFF;
    }

    Adjust the color as needed.

    Hope this helps 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Create empty/transparent pages for Elementor/BeaverBuilder’ is closed to new replies.