Hi,
in the Enfold settings it is possible to style Primary colours, highlight colours etc. but these only seem to take effect if the page is created using the traditional WordPress editor.
When I use the Special headings and subheading options in the Avia Builder and I apply a H1, H2, H3 heading etc. I cannot control the colour/styling of the Text.
Do you have CSS to add to change this?
Thanks
Hi GOWD!
Thank you for using the theme!
Right now, it is not possible to change the element’s style directly on the dashboard but Kriesi is creating a new option to make this possible. Please wait for that on the next theme update. You need to apply the modifications using the Quick CSS field or use the Enfold Styling panel to play around with the theme color. Can you please give us a specific element that you want to change?
You can change the special heading text with this on Quick CSS or custom.css:
.main_color h1, .main_color h2, .main_color h3, .main_color h4, .main_color h5, .main_color h6 {
color: red;
}
Best regards,
Ismael
Hi Ismael, I got it sorted. My apologies but you can actually set the colour of the Special heading in Avia under opting for custom colour but your CSS will apply sitewide changes for me.
Thread resolved,
Thanks