I am trying out pagebuilder in a new website design so that we can possibly utilize scheduling in the future. But I am trying to figure out how to 'customize' some components.
A. For example: if I want to use my own font and styling for a header, what is the best practice way of doing that? I don't see a way in pagebuilder to add a css class to an element. So is it safe to edit the css directly? For instance, is it best to just hardcode a custom font family into this class:
B. I am using the Category Carousel so show some categories. By default it shows an image and the category name. Is there a way to:
1. Customize the Category name and
2. add more text, like a description under each slide?
I attached a screen shot if that helps.
A. For example: if I want to use my own font and styling for a header, what is the best practice way of doing that? I don't see a way in pagebuilder to add a css class to an element. So is it safe to edit the css directly? For instance, is it best to just hardcode a custom font family into this class:
Code:
.type-title-2, h4 { color: var(--mmx-heading-color); font: var(--mmx-title-3-font); text-transform: var(--mmx-heading-case); }
1. Customize the Category name and
2. add more text, like a description under each slide?
I attached a screen shot if that helps.
Comment