Author/404/Tag

Posted in: Newspaper
Post count: 74

1. Author page. In the author box, how do I remove the “Posts” count? http://majorfuss.com/author/joe-simon/

2. 404 page. In ‘THE LATEST’ section, how can I change the block header style from 1 to block header style 6? http://majorfuss.com/starwww

3. Tag page. How can I change the page title to block header style 6? http://majorfuss.com/star-wars/

Post count: 20688

Hi,

1. A code like this will remove the author post count, in the author page
https://www.screencast.com/t/REyecg72Z6W6

.td-author-page .td-author-post-count {
display: none;
}

Or you could remove it in the code directly (or through a child theme if used)
https://www.screencast.com/t/SgBp0hFqpyCj

2. I could give you a CSS solution to style the block title similar to block header style 6, it would look like this
https://www.screencast.com/t/cdOrdxzw
https://pastebin.com/simQByEy

3. For the tag pages – https://www.screencast.com/t/mmAnUamqcl
https://pastebin.com/dJHvL7CN

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.