Home › Forums › WoodMart support forum › Shop Categories Label Color Chance › Reply To: Shop Categories Label Color Chance
September 10, 2021 at 10:07 am
#317667
Aizaz Imtiaz Awan
Keymaster
Hello,
I have visited your website and the bottom category’s color is changing.
Screenshot for Clarification: https://gyazo.com/271dbe5fab2dc05be37a0f378a25bd15
And to add a stroke to the title try adding the following Custom CSS.
h1.entry-title.title {
-webkit-text-stroke: 2px darkgrey;
-webkit-text-fill-color: red;
-webkit-animation: fill 0.5s infinite alternate;
}
Best Regards