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
4103 803 1155

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

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

View solution in original post

Replies 4 (4)

Guleria
Shopify Partner
4103 803 1155

Try this css

.rte a, .rte span, .rte p {
    color: #fff !important; 
}
- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- 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
4103 803 1155

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

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
HCMarketing
Visitor
3 0 0

Thank you so much!