x

Text Not Showing Up By My Items In My Weebly Store

Hi all,

I'm having a proble with my text not showing up beside the items I have listed for purchase in my Weebly site. The text is there, but it's showing up as white or transparent for some reason. I have no idea why this is as there's no options for different text colors when adding item descriptions to items in your shop. But my site is live right now so I kinda need a solution to this ASAP. Any help would be greatly appreiciated.

Thanks.

3,051 Views
Message 1 of 5
Report
4 REPLIES 4
Square

Thanks for your post, @kingdomwanderer. I think this is because your paragraph text is set to be white, and we use that for product pages (which have a white background). That setting is overriding the default grey. If you add this to Settings > SEO > Footer Code, it should make it match the color of the other text on your published site (but not in the editor):

<style>
    #wsite-com-product-short-description > .paragraph
    {
        color: #666666 !important;
    }
</style>

3,040 Views
Message 6 of 5
Report

Thank you very much for your quick responce! So, I tried doing as you suggested, but no luck with the text still. What could I be doing wrong?

Thank you!

3,038 Views
Message 6 of 5
Report

Okay! I seemed to have gotten a handle on the problem now.

Thank you, Adam!

3,036 Views
Message 6 of 5
Report
Square

Awesome! Glad to hear that.

3,032 Views
Message 6 of 5
Report