• Resolved yasoyasin

    (@yasoyasin)


    Hi,

    I wonder if it is possible to switch the paragraph/text color based on the dark/light theme.

    As you can see on the website, the list is changing color to white when I turn on the dark mode and changing to black when I turn off the dark mode.

    How can I change it for the post text?

    Thanks in advance.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, @yasoyasin

    Thanks for contacting us!

    Happy New Year !

    To do this, Go to Appearance >> Customize >> Additional CSS and add the given below custom CSS code.

    [data-theme="spnc_dark"] .spnc-post .spnc-entry-content p {
        color: #ffffff;
    } 

    I hope it will work for you.

    Let me know if you have any confusions!

    Thread Starter yasoyasin

    (@yasoyasin)

    Hi @gamit6444

    Thanks for the support, it worked! And thank you for the great theme.

    BR,
    Yasin

    Glad to help you!

    If you like our Theme and Support, please give us your valuable feedback HERE.

    Feel free to ask for any further assistance.

    Thanks & Regards

    Amit Gupta

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Text color based on the dark/light theme’ is closed to new replies.