The current color scheme I’m using has FFFFFF background and 000000 text color, but the text within the collapsible row is showing as FFFFFF. I tried changing the color scheme but it didn’t work, I tried using CSS code also and it didn’t work.
The gray is just me highlighting the text, it is not a colored text box the text is white.
1 Like
Hi @longtrading
Would you mind sharing your store URL? Thanks!
Thanks for the info, check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
.product__accordion.accordion p {
color: #000;
}
And Save.
Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
i might be stupid but i dont see a main.css in my codes
Oh, dont worry. I think you have the base.css.
You can also use the search
Paste on the last last } closing bracket.
And save.
Resfreh the preview.
yes that did it, thank you very much