Showing Authorship on page while invisible
-
Just wanted to share some custom css code for anyone wanting to hide the fancier author box from view on pages but still have it show in the code to show proper authorship (rel=”author”)
.page .ts-fab-list {
visibility: hidden; !important;
}
.page .ts-fab-tabs {
visibility: hidden; !important;
}
- The topic ‘Showing Authorship on page while invisible’ is closed to new replies.