Hi, where can I change the font size of the Accordion element titles?
Thank you and kind regards
Lea
Hi,
You can adjust it in the Style tab of the Accordion element:
Best regards
Hi, thank you, but unfortunately I don't see the style options. I'm using betheme with elementor, is there a workaround to adjust the style?
Styling options are not available in Elementor, only in BeBuilder.
To achieve that, a custom CSS code is needed.
.accordion .accordion_wrapper .question .title{ font-size: 18px; line-height: 1.4em; }
Of course, you must adjust it to your needs. Put it in Betheme -> Theme options -> Custom CSS & JS.
Thank you so much!
Can you please also adjust it so that when the accordion is unfolded, the question remains in the same color (#224424), because now it's not readable?
Thank you!!
This can be adjusted in Betheme -> Theme options -> Colors -> Elements:
Thank you Phil!
Comments
Hi,
You can adjust it in the Style tab of the Accordion element:
Best regards
Hi, thank you, but unfortunately I don't see the style options. I'm using betheme with elementor, is there a workaround to adjust the style?
Styling options are not available in Elementor, only in BeBuilder.
To achieve that, a custom CSS code is needed.
Of course, you must adjust it to your needs. Put it in Betheme -> Theme options -> Custom CSS & JS.
Best regards
Thank you so much!
Can you please also adjust it so that when the accordion is unfolded, the question remains in the same color (#224424), because now it's not readable?
Thank you!!
This can be adjusted in Betheme -> Theme options -> Colors -> Elements:
Best regards
Thank you Phil!