Thank you but not necessary 🙂
I don’t want to start a new thread for this unless needed:
Have you guys also noticed that H1-H6 disregards the light/dark setting for rows as well? I would really love to see the color customize get some additional settings for the light/dark feature. For example, individual color settings for a default state, a light-row state, and a dark-row state. This would be nice to have, especially for buttons, icons/icon-boxes, headlines, and paragraphs.
Custom CSS fix I’ve been using for this currently:
.spb-row-container[data-row-style=”light”] .selector {color: #abc123;}
.spb-row-container[data-row-style=”dark”] .selector {color: #123abc;}