• Resolved cortinillas

    (@cortinillas)


    Hi, I’m using Consulting Responsive Theme, a child theme of Cherry Framework.
    I’ve benn searching how to delete the author from all my post but none of the solutions founded worked.

    My website is: wwww.stendal-brokers.com

    I’d like to remove the “Written by author and View all posts by: author” placed under the post in the blog section and specially the post located in the services section.

    Thanks for your help.

Viewing 1 replies (of 1 total)
  • Thread Starter cortinillas

    (@cortinillas)

    Solved at the cherry framework technical support department (didn’t know they have one).

    Pasted this code at the bottom of the style.css of my child theme and worked perfectly

    “.single #content .post-author {
    background: none repeat scroll 0 0 #fbfbfb;
    border: medium none;
    border-radius: 0;
    display: none !important;
    margin: 50px 0;
    padding: 20px;
    }”

Viewing 1 replies (of 1 total)
  • The topic ‘[Theme: Consulting Responsive] Need to remove Author from all posts’ is closed to new replies.