hello,
How do I remove the category title that appears at the bottom left of the posts grid on the main page?
hello,
How do I remove the category title that appears at the bottom left of the posts grid on the main page?
I fixed it in a similar way… I dont know if it is right… I just did find .cat-link { in style.css and add display: none; It’s works ok for me.
thanks…
@priorart
Hi, sorry for that, it is typo try like this
#posts-grid span.cat-link {
display: none;
}
Best Regards