Reply 357073 to: how to make complete website with Dark theme and white text

Avatar: Rose Tyler
Rose Tyler
Support staff
May 18, 2023 at 07:31

Hello Kamlesh,

Thank you for your response.

We can see your site now.

Colors (background and text) from your screenshot come from Header Builder > My account > Dropdown, about fields – it is from Theme options > Styling > Input.
If you do not want to edit these settings, the next custom CSS code can be used:

body:not(.logged-in) .et_b_header-account.et_element-top-level .et-mini-content {
    background-color: black;
    color:white;
}
body:not(.logged-in) .login-link input {
    background-color: white;
    color: black;
}

Register here https://prnt.sc/LxI_wwHUzIDs can be changed via Translation files of XStore Core plugin. Instal Loco Translate > go to Plugins > Core > create English translation > find and change the text, then you can deactivate the Loco plugin.

“register/sign up” page can’t be deleted in the mentioned way.

If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.

Kind Regards,
8theme team

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.