Home › Forum › Customization › Hide Tag and Author Archives titles
This topic contains 10 replies, has 2 voices, and was last updated by StartupWP 3 years, 1 month ago.
- AuthorPosts
- September 14, 2014 at 10:50 PM #1884
Our site is almost perfect, i just wanna hide the words “Author archives” on http://noiessegszivarvanya.hu/author/andrasibetty/
and tag archives on http://noiessegszivarvanya.hu/tag/boldogsag/Their css class contains a lot of other titles, so hiding with css is not an option. Is there any other method for that?
Or even if i could just replace those with the corresponding hungarian frases, would be lovely…September 15, 2014 at 3:15 PM #1886Actually, CSS will be what we want here, it’s just a matter of targeting the CSS more specifically.
.author h1.entry-title, .tag h1.entry-title{display:none}
September 15, 2014 at 11:05 PM #1887Thanks, but simply not working :( Both of the phrases are there
September 16, 2014 at 3:44 PM #1890Where are you adding the CSS?
Please add again and make sure to clear all caches.
September 17, 2014 at 2:53 PM #1893At the end of the child css, where i added everything (for the category view customization too).
http://noiessegszivarvanya.hu/tag/boldogsag/ – is it working for you?September 17, 2014 at 4:46 PM #1894Aah, you’ve placed the CSS inside the media query
@media all and (max-width:999px)
.September 18, 2014 at 12:48 AM #1895ohh damn, sorry, and thank you!
September 18, 2014 at 3:58 PM #1896You’re welcome.
January 29, 2016 at 3:17 AM #2669I have another page now, also with the StartupWP Pro template. http://www.lelekszereles.hu/irasok/
Now I’ve inserted after the closing } tag of the @media all, and still aint work :(February 2, 2016 at 12:32 AM #2678In case anyone else need it, here is the solution:
1. copy the category.php from the parent directory to child
2. edit in the child theme and remove these:
<h1 class=”entry-title”><?php _e( ‘Category Archives: ‘, ‘startup’ ); ?><?php single_cat_title(); ?></h1>3. enjoy :)
February 29, 2016 at 5:24 PM #2721Apologies for the huge gap in support. Support will now continue again on a daily basis.
Thank you.
- AuthorPosts
You must be logged in to reply to this topic.