Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Hide Category’ is closed to new replies.
Hi Kriesi
Can I hide name of categoty in Grid Layout ?
SEE HERE
Thanks
Antonio
Hey Antonio,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
span.blog-categories {
display: none;
}
Best regards,
Yigit
Thanks
so
much !
Antonio