This topic has 7 replies, 2 voices, and was last updated 6 years, 7 months ago ago by Rose Tyler
in shop i want to make images that contain category names instead of having the text on them, if that makes sense. so what css do i need to add to hide the category names from displaying over the category images?
link to a page to show what i mean in private.
Hello,
.category-grid .categories-mask h4 {
display: none;
}
Regards
that didnt do it 🙁
also, forum has stopped sending me emails when you respond, and idea why?
Please clear cache and check one more time http://prntscr.com/ivbthw
Strange that you don’t get the notification. Have you checked the Spam folder?
Regards
weird, as on mobile and laptop i already tried deleting browser cache and still there. no idea why.
and i used to get the notification emails, its randomly stopped :/
on a similar note, why doesn’t this work?
.category-grid .categories-mask h4 {
text-shadow:
-1px -1px 0 #fff,
1px -1px 0 #fff,
-1px 1px 0 #fff,
1px 1px 0 #fff;
}
You must be logged in to reply to this topic.Log in/Sign up