- This topic has 0 replies, 1 voice, and was last updated 1 year, 4 months ago by .
-
Topic
-
Hey there! I’m unclear about how to best use Settings Pages/Customizer Pages to change the CSS for Beaver Builder.
For example, I have fields that I want to apply to default Beaver Builder button colors. How can I create a my-css-styles.php file where I can use these values? I couldn’t find an example or tutorial on how to use settings pages fields to create a file like this.
Basically what I’m trying to do is something like:
.fl-button: { color: echo rwmb_meta( 'fm_primary_button_text_color' ); background-color: echo rwmb_meta( 'fm_primary_button_color' ); }
- You must be logged in to reply to this topic.