#190546
 Radu
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

Log in with your credentials

Forgot your details?