Shop Categories Page Customization

Hello!
There is a gap or odd space above the text “Showing 4 Results” within the box.
How do I make the text appear centered?
It looks like an error.

Also how do I remove the Archive Subtitle?
I don’t want “Below you’ll find” and I don’t want to replace it with anything.

Hello Michael,

Thanks for asking. :slight_smile:

Please add following CSS under X > Theme Options > CSS:

.p-landmark-sub {
    display: none;
}

.woocommerce-result-count {
    padding-top: 0px;
}

Here are some related links for further reading:

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.