• Resolved dongermibbs

    (@dongermibbs)


    Could anyone tell me how I can remove the author name and timestamp that appears on every posting made on my blog with the Expound theme?

    I tried adding:

    .single-post-meta { display: none; }

    at the end of style.css but it had no effect.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Konstantin Kovshenin

    (@kovshenin)

    Hey there, the following CSS should help:

    .entry-header .entry-meta { display: none; }

    Cheers!

    Hi Konstantin.
    I’m having the same problem. But when I enter this code, nothing hapens. The style sheet itself is practicaly empty so maybe that’s not the right place. Should I add it somewhere else? I’m lost! I’ve tried adding it in every page. But you should know I am a CSS newby so….
    If you could help me, that would be great. Becaus I love your theme!

    Hello Essie,

    What you want to do is install a Custom CSS plugin like this one: http://wordpress.org/plugins/pc-custom-css/

    Once installed, you can find it under the Appearance tab in your dashboard. Copy the code above and place it in the CSS box.

    Have a good day!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing Author and timestamp’ is closed to new replies.