Hi
We would like to disable the categories link in the blog section (so the page is not available). If this is not possible how can we edit that page as we do not want the default sidebar.
Hey onedesignprint,
Add this to quick css:
.blog-categories.minor-meta{
display:none!important;
}
Best regards,
Jordan Shannon
Thanks Jordan, works perfectly!