Tagged: Grid One
Viewing 3 posts - 1 through 3 (of 3 total)
- AuthorPosts
- August 10, 2021 at 2:50 pm #41550
Arnold Erickson
GuestI am using GridOne and would like to remove the “posted in [category]” I’ve tried some css codes without success. Do you gave any suggestions?
I think I could do this with the Crio theme but when I have tried switching over the entire site it would be a long process. Setting up a child theme for blog posts using Crio Pro would be ideal but I have not found clear directions and don’t want to get over my head with writing php code.
August 10, 2021 at 2:56 pm #41553Jesse Owens
KeymasterHi Arnold-
Thanks for the great question! You should be able to do this in Grid One‘s Custom CSS without getting to much into the weeds with PHP or a child theme.
If you’re only worried about the category itself, use this:
span.cat-links { display: none; }
If you’d also like the Tags to be hidden, use this:
span.cat-links, span.tag-links { display: none; }
August 11, 2021 at 6:43 pm #41565Arnold Erickson
GuestThank you.
- AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Removing The Posted In Category Tags’ is closed to new replies.