How can I have different text colors on different pages in Prestige Theme?

Hello everyone! I hope I can explain this in a way that makes sense. There’s a couple things I am struggling with so bare with me.

I was able to get the background color changed for my pages (I wanted them white and I want to keep my homepage background black).

In Prestige Theme I chose white for my text so that it shows up on my homepage however now a lot of the text I have on my product description is in white and can’t be seen. If I change the theme text color to black, then everything disappears on the home screen page. The options button and options from the drop box are also invisible.

Here is the URL to one of my product pages to show you what I mean.

https://azailyana.com/products/lip-balm

My 2nd issue is that I like the titles on my homepage pink (it has a nice contrast against the black) however, for the other pages I would like that text to be black (the pink is a bit harder to see on the white). How can I keep the color pink text on my homepage but other text like on my product page black?

https://azailyana.com/collections/all

Thank you all for your help! (I don’t know what I would do without all of your help!!)

Hi @MMAzailYana ,

Can you send me the site link, I will help you check it.

Because the link you sent domain isn’t connected

I apologize. My domain is in the process of being transferred and it seems to be hit or miss when trying to pull it up. I will give it a few more days until it transfers over and then see if anyone can help me with this!

https://azailyana.com

1 Like

Hi @MMAzailYana ,

I still can’t access it at the moment, if after fix it you can contact me again I will check it for you

Ok the website is now back up!

Hi @MMAzailYana ,

Go to Assets > theme.css and paste this at the bottom of the file:

body:not(.template-index) {
    color: #000 !important;
}

Hope it helps!

1 Like

Thank you SO much!!!

1 Like