March 5, 2018 at 12:57
#190546
Moderator
Hi,
Just add this css to wp-admin -> theme options -> general settings -> quick css
COPY CODE
.woocommerce ul.products li.product figure figcaption {
bottom: 0 !important;
display: block;
}
Or this one
COPY CODE
.woocommerce ul.products li.product figure figcaption {
bottom: 0 !important;
display: block;
position: initial !important;
}
Let me know
Cheers
R
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution