Site logo

Archived topic

Shop page titles colour change

3 replies · Started by _blank on August 11, 2020

Viewing posts 1–4 of 4

Hi

Is it possible to change the Shop page category titles without affecting the theme colours.

Accessories, Cushions, Furniture etc to red #9c1030.

Is it possible to change the Search Bar in the footer to custom colour #000

Many Thanks
Scott

Hi there,

Try this CSS:

h2.woocommerce-loop-category__title {
    color: #9c1030;
}

No problem :)

This archived topic is closed to new replies.