Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1191929

    Team:

    I have successfully removed ‘Categories’ & Comments from the blog grid, but ‘/’ remain on the main page, top blog grid.

    How would I remove those as well?

    Thanks,
    Magnus

    #1192044

    Hey mbosse99,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .av-alb-blogposts .text-sep.text-sep-comment,
    .av-alb-blogposts .text-sep.text-sep-cat {
        display: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1194417

    Thanks, that solved it!

    #1194537

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Enfold Blog Grid: successfully removed 'Categories' & Comments, but '/' remain?’ is closed to new replies.