Dark theme

Home Forums Iconic One Pro Support Dark theme

This topic contains 7 replies, has 3 voices, and was last updated by  mhaberler 3 years, 4 months ago.

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #5895

    maxval
    Participant

    How to make the text of the articles appear in white on a black background?

    #5897

    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.

    #5898

    maxval
    Participant

    Thanks.

    However now the articles` titles become grey, invisible. See at: https://bircahang.org/

    Any way to correct this?

    #5899

    Try:

    
    .entry-header .entry-title a {
        color: #ffffff;
    }
    #5900

    maxval
    Participant

    thanks

    #6350

    mhaberler
    Participant

    I’d be really interested in Full site Dark Mode

    any date set for availability?

    best regards
    Michael

    #6351

    Hi Michael,

    Already available:

    Refer: https://themonic.com/dark-mode-css-only/

    #6357

    mhaberler
    Participant

    thanks – works!

    really appreciated

    Michael

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Dark theme’ is closed to new replies.