• Resolved gabrieluno

    (@gabrieluno)


    How to activate Elementor Canvas option in BuddyBuilder templates?
    The plugin is excellent and I am considering switching to the Pro version.
    Thanks!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support john

    (@johnweru)

    Hey there,

    Thanks for the positive feedback.

    With respect to your question here, similar to Canvas, BuddyBuilder templates are also custom Elementor templates. By default, more than one template cannot be used on a page, hence it would not be possible to use Canvas on BuddyBuilder templates. If you would wish to have the Canvas template features (Removing the Header and Footer) on a page utilizing the BuddyBuilder template, this is actually achievable via custom CSS targeting header and footer sections within your site.

    I hope this information helps. Should you have any questions, please let us know.

    Kind Regards

    • This reply was modified 3 years, 5 months ago by john.
    Thread Starter gabrieluno

    (@gabrieluno)

    You’re right, I tried that method and it works great. Now one last question, how can I set the background color of the BuddyBuilder page?

    Because it takes the global color of Elementor and does not match the one of the members page. Thank you again ??

    Plugin Support john

    (@johnweru)

    Hey there,

    Thanks for keeping in touch with us.

    With respect to your question here, kindly let us know of the BuddyBuilder page in reference so that we can h=get to properly advise.

    I look forward to your reply.

    Kind Regards

    Thread Starter gabrieluno

    (@gabrieluno)

    The question is how to change the background color of the Buddybuilder pages, for example the members page? (Because they take the global background color of Elementor) But I do not mean the color of a section or column, but the color of the entire page.

    If it is not possible to change it, I will end up adapting the global color, although it will cost me a little more time, but it is an alternative that will work! Thanks for the kindness.

    Plugin Support john

    (@johnweru)

    Hey there,

    Thanks for keeping in touch with us.

    In this case, unlike pages, the templates do not have defined sections to alter the background colors. Global colors will also apply to the whole site. I would recommend using custom CSS to adjust the individual BuddyPress pages and endpoints background colors. Below are some sample codes:

    body.bp-user {
        background-color: #800080 !important;
    }
    body.members {
        background-color: #ff0000 !important;
    }
    body.activity {
        background-color: #ff0000 !important;
    }
    body.groups {
        background-color: #ff0000 !important;
    }
    

    I hope this helps. Should you have any questions, please feel free to reach out once again.

    Kind Regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘It works great, but I have a question related to Canvas Page’ is closed to new replies.