Hi @akitzer
It looks like RSS feeds were removed when the forum was recently updated to its new layout you see here. We previously used those feeds to monitor for new topics and replies. I’m subscribed via email now so I won’t miss any threads again ??
Ultra Premium offers settings in the Customizer for the items you’d like to change at Appearance > Customize > Theme Design. Alternatively, I’m happy to assist with any small Custom CSS edits you’d like to make.
Sounds like this topic is resolved but just in case, the Custom CSS you requested is:
/* Page Background Color */
.site-content {
background: #ffffff;
}
/* Headings */
#primary .entry-content h1,
#primary .entry-content h2,
#primary .entry-content h3,
#primary .entry-content h4,
#primary .entry-content h5,
#primary .entry-content h6 {
color: #000000;
}
All the best.