Text not showing in store

Hey, if anyone can help, the text isn’t showing in my online store, the text seems to be there, just invisible, because when i click where they are supposed to be it redirects me correctly but doesn’t show any text

Thank you!

heres the link

hey @Jurie2005 share the URL of your Website plz

Hi @Jurie2005

Welcome to the community.

If text is there then it could be the same color as the background?
Have you tried, maybe for a test, to change color scheme.

Just saw your store, so yeah just set in theme settings text color to white. In theme color schemes, one you have active or try a different one.

hey @Jurie2005 first of all you don’t need any kind of code you can do your self just change your text color in your theme customization that’s it

Hey @Jurie2005

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above </ body> tag
<style>
.section+.section * {
    color: white !important;
}
a.button.button--primary {
    border: solid 1px white !important;
}
</style>

RESULT:

If I managed to help you then a Like would be truly appreciated.

Best,
Moeed

Thank you very much she’s working perfectly now!!

Ok wait just one more small problem, the text on the header isnt showing yet

I noticed your product page isn’t showing the text as well so remove the previous code and add this updated code below

<style>
.section+.section * {
    color: white !important;
}
a.button.button--primary {
    border: solid 1px white !important;
}
product-info * {
    color: white !important;
}
.product-form__submit {
    border: solid 1px white !important;
}
.header * {
    color: white !important;
}
</style>

RESULT:

Cheers,
Moeed

Yeah, plus the color of icons and menu links, footer links…
And then titles on a white background are now white.

Thanks allot man i appreciate it everythings working perfectly now!!

hi, i changed my layout of my store completely from the black backround, was just wondering why the bottom of the slideshow isnt adopting the schema of the slideshow above

Hey @Jurie2005

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above </ body> tag
<style>
.slideshow__controls.slideshow__controls--top.slider-buttons.slideshow__controls--border-radius-mobile {
    background: radial-gradient(rgba(90, 6, 6, 1) 25%, rgba(0, 0, 0, 1) 100%) !important;
}
.slideshow__controls * {
    color: white !important;
    fill: white !important;
}
.slider-counter__link--active.slider-counter__link--dots .dot {
    background: white !important;
}
</style>

RESULT:

If I managed to help you then a Like would be truly appreciated.

Best,
Moeed

Hi, would like to ask if anyone can help, when a new page loads the old scheme loads first for a brief second before the correct scheme loads which makes the screen go purple for a second and then to red, can anyone pls help.
Thank you