I have several color sections on a page with special heading blocks embedded with a custom color defined. However after inserting a layout element with a text block the next color section with the heading block shows the default colors instead of the custom color I’ve defined. Any ideas on how to fix this? Thanks!
Hey ckueda,
Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply. Also please point out the pages where we can see the errors.
Best regards,
Rikard
Hi Rikard,
See private content area for login info.
Thanks,
Chris
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.custom-color-heading .av-special-heading-tag {
color: inherit;
}
Best regards,
Yigit
Works! Thanks!
