Hi team
I have an issue with CSS.
On a password protected page it loses the CSS color classification for .footer_color .heading-color etc (the heading is dark on dark wheres on standard pages it is correct / white on dark)
See link in private content
Regards
Hey netfex,
Thank you for the link, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
.main_color .footer_color h3,.main_color .footer_color div .news-headline,.main_color .footer_color .news-time {
color: #fff !important;
}
Best regards,
Mike