- This topic has 1 reply, 2 voices, and was last updated 3 years, 5 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
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
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