Home › Forums › Iconic One Pro Support › Dark theme › Reply To: Dark theme
January 18, 2020 at 2:14 pm #5897
Themonic-Support
Keymaster
For the Article container, try the following in customizer -> Additional CSS section
.site-content {
color: #ffffff;
background: #333333;
}
.below-title-meta {
background: #444444;
color: #a2a2a2;
}
.site-content nav {
border: 1px solid #555555;
background: #333333;
}
Full site Dark Mode is not currently available, we are planning a 2020 edition child theme release for members in which we will provide that feature and even more customization options.