Okay
  Public Ticket #2989056
blog
Closed

Comments

  • rebeka started the conversation

    can you please tell me how to remove about the author: administrator. I dont want anything to be under blog post.

    also, how to arrange sections on right side, i want to remove section meta.

    thank you

  • [deleted] replied

    Hi rebeka,

    1—  You can add the code below to your Custom CSS area:

    section.blog .post .author-post {
        display: none;
    }

    2— You can remove or add widgets in the WordPress dashboard > Appearance > Widgets area. If you want to remove the blog sidebar completely you can do that in Theme Options > Blog Settings > Blog Sidebar. 

    Have a nice day!