Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #41550
    Arnold Erickson
    Guest

    I 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.

    #41553
    Jesse Owens
    Keymaster

    Hi 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; }
    
    #41565
    Arnold Erickson
    Guest

    Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Removing The Posted In Category Tags’ is closed to new replies.