Viewing 4 replies - 1 through 4 (of 4 total)
  • Try adding this to your custom CSS – if your theme doesn’t have custom CSS, add via a plugin:

    .postlistbox .entry-meta, .entry-meta {
        display: none;
    }

    For additional help, you should ask the developers of the theme, as commercial themes aren’t supported on these forums.

    http://codex.wordpress.org/Forum_Welcome#Commercial_Products

    Thread Starter BackY

    (@backy)

    It was easy for me finding on how to hide the entire author name and date infos, but I wanted to date of the post to stay as it is. That was what I found hard on solving :/

    I’ve written to the guys, but they are taking to long to respond.
    Could u please give me a hand on this, it seems easy yet I’m missing something ..

    Take out what I posted above and see if this works:

    .author {
       display: none;
    }

    Thread Starter BackY

    (@backy)

    Thank you million of times !!!! You saved me a great headache for 2days lol.
    Thanks a lotttttt!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to hide author-box on this theme’ is closed to new replies.