• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Alex
  • Private: No
  • Open Date: 21.01.14, 11:36
  • Opened by: Italy33
  • Closed by: Kate Support
  • Closed on: 22.01.14, 13:34
  • Reason: Fixed

Ticket #2814 - name of author blog

I started to insert blog post.
the home page, under the name of the post, the author name will appear (my name).
You can not remove the author name?

thanks

Comments

Kate Support 21 Jan 2014, 12:13

Hello,
you can hide the author name from the blog carousel on the homepage with this code

.blockblog-carousel .blog-post-author-info {display:none}  

and from the blog post page http://screencast.com/t/319brseQSAiO with this code

.blog-post-data li.blog-post-author-info {display:none}  

Add this code at the end of the file your_site/themes/alysum_2.0/css/alysum.css

Italy33 22 Jan 2014, 12:00

ok.

thanks for the explanation

Kate Support 22 Jan 2014, 13:34

You’re welcome :)