Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #64937
    Rafi Candra
    Participant
    Premium Member

    Look at this page, https://cdp.rf.gd/2020/11/17/rafi-candra-magnetic-resonance-technology-university-of-queensland/

    When I turned night mode, the text dont wanna change its color to white, so the text able to read. Can you guys help me how to make text become white in the night mode! Thanks

    #64958
    Duke
    Keymaster
    WP Royal Team

    Hi Rafi,

    Navigate to Appearance > Customize > Advanced CSS and add the following code:

    .ashe-dark-mode .elementor-tab-content {
      color: #fff !important;
    }
    
    .ashe-dark-mode .elementor-tab-title {
      color: #fff !important;
    }

    Kind Regards, Duke

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.