Disable (Tag page titles & bread crumbs)
-
Greetings i would like to hide titles & bread crumps on from tag pages.
http://prntscr.com/kq18xk
Tried CSS command
}
.tag-76 .entry-title,
display: none!important;
}
But it hides all blog post titles – from tag page which is not my goal.
Hello,
It is not possible. You can try using the class .tag-blogy
like this
.tag-blogy .entry-title,
display: none!important;
}
But I do not guarantee the result. You can either have the title on all tag pages or hide on all
Best Regards