Hi. I’m trying to change the color of body text but not succeeding. I’ve added this code
x-text {
color: black;
}
to custom CSS but there is no change. I’ve cleared my cache too.
Hi. I’m trying to change the color of body text but not succeeding. I’ve added this code
x-text {
color: black;
}
to custom CSS but there is no change. I’ve cleared my cache too.
Hi There,
You can check the color on X > Launch > Theme Options > Typography.
Hope it helps
I did that first and it didn’t work.
Hey There,
Would you mind providing us with login credentials so we can take a closer look? Please provide following information:
Set it as Secure Note
All the best!
Sent it. Thanks.
Hello There,
There is nothing in the url you have provided. Please see the secure note.
Meanwhile, please change the color in X > Launch > Theme Options > Typography and find the body and content. You have added the code and it does not work because it is incorrect. You should be using this instead:
.x-text {
color: black;
}
Please do not forget the dot in .x-text
.
I had already changed the color in Typography, and it didn’t work. I had also added this exact code to CSS (with the correct punctuation which I omitted only in my message to you), and it didn’t work. I think the reason the url doesn’t work is it’s still unpublished. But you should be able to log in through the admin panel with the info. I gave before.
Hello There,
Before we resolve your font color issue, it seems that it all started because you have uploaded the wrong zip file for the theme. You uploaded x_package.zip which is not correct. You are supposed to unzip x_package.zip file first and then find the x.zip. This x.zip is the one you’ll have to upload. Well anyway, I have fix the issue and even installed a child theme which is now active.
Please check out your site now and see if the css code is now applied in your page.
Well, I had no idea! I’m glad you caught the problem and fixed it. Thank you so much for your help!