Skip to main content

Couple of questions about Brizy

Comments

9 comments

  • Sandra Prunici

    Hi Daniel,

    Thank you for your order! Welcome to Brizy!

    1 - If you want to change the width of the columns, you have to drag the margin and maximize or minimize the column's width https://jmp.sh/OQYw6c1

    2 - At the moment it is possible to display in Brizy pages the WooCommerce pages, products, product, categories but isn't possible to edit these elements with Brizy. To make this possible our team are working on Dynamic Content for WooCommerce. Now, it is in the "Progress" work and we will strive to release it as soon as possible. It is a bit complex and complicated feature and we need a bit more time to release it, therefore I can't say when we will release it. https://trello.com/c/kjqKYGtd/21-dynamic-content-woocommerce

    3 - No, in Brizy isn't possible to import colours and typography from the theme. You can set them in Brizy pages and when you will set them globally from "Styling", they will be set for all Brizy pages.

    4 - At the moment, Brizy builder doesn't have an option to make a text as uppercase, but you can add a custom CSS code and set a text with Uppercase, or you can manually add it with uppercase.

    Thanks!

    Best regards,
    Sandra

    0
  • Seb Fontan

    Hi Sandra,

    Can you explain how exactly one can make text upper case with CSS code? You must be one of the only builders without a button to make text uppercase.

    0
  • Alex

    Hi Seb,

    It's easier than you think, and the only difficulty can be finding the right selector, but it can be done with the Inspect Element tool. Please refer to this video: https://youtu.be/Xb6ZIlYj2OY

    0
  • Seb Fontan

    Hi Alex. Thanks for your reply. I'm fine with CSS, but I think Brizy should have this simple option available. Thanks for your reply!

    0
  • KC George

    Hi Seb

    To make text ALL CAPS, please click on the "Capitalize" button in Typography toolbar

    0
  • Seb Fontan

    Kc George, how do we make all H1 headings uppercase by default?

    0
  • KC George

    Hi Seb

    It looks like we do not have a way to make heading 1 uppercase globally.  

    0
  • Dennis Murphy

    Hi, is there an option to make Menu Text Capitalised? Currently I do not see an extended Typography Bar when editing a Menu's text:

     

    0
  • Ariel H.

    Hi Dennis,

    Thank you for reaching out to us.

    Unfortunately, the option you're looking for is not available. However, you can achieve the desired effect by using this custom CSS:


    .brz-menu{
        text-transform: capitalize;
    }

    Alternatively, if you prefer to have uppercase letters in the menu, you can use this CSS:

    .brz-menu {
        text-transform: uppercase;
    }

    To add this CSS, navigate to "Appearance" → "Customize" → "Additional CSS" on your website.

    If you have any further questions, please let us know.

    Best regards,
    Ariel H.

    0

Please sign in to leave a comment.