Blog Post Cards not displaying words

Solved

Blog Post Cards not displaying words

HCMarketing
Visitor
3 0 0

Recently I have come across an issue where my blog post cards do not show the wording (date, author, excerpt, etc.) below the blog post photo. I inspected element on my store page, and the words are there, they are just not able to be seen for some reason. I have adjust the color of the elements and that has not worked (I even used * {color: white !important;} in base.css and that did not fix it either.)

Any help or suggestions on this would be great. Thank you.

For anyone needing the website url for the page: https://huskysigns.com/blogs/everything-signs

Accepted Solution (1)
Guleria
Shopify Partner
3395 676 957

This is an accepted solution.

Add this css

.card__information {
    opacity: 1 !important;
}

btw also keep the previous css code which I provided that was for blog single page.

Thanks

- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization ( paid services )
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder

View solution in original post

Replies 5 (5)

Sangeetanahar
Excursionist
409 25 53

Hello  @HCMarketing 

As i checked the code .the color is define inside of the template .if you want to change then you give me full access of your website. Because without coding its not possible

Thanks

 

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -sangeetarahuldhiman@gmail.com - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here

Guleria
Shopify Partner
3395 676 957

Try this css

.rte a, .rte span, .rte p {
    color: #fff !important; 
}
- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization ( paid services )
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder
HCMarketing
Visitor
3 0 0

Unfortunately, that did not work either. Any other suggestions by chance?

Guleria
Shopify Partner
3395 676 957

This is an accepted solution.

Add this css

.card__information {
    opacity: 1 !important;
}

btw also keep the previous css code which I provided that was for blog single page.

Thanks

- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization ( paid services )
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder
HCMarketing
Visitor
3 0 0

Thank you so much!