• Resolved pregwebwp

    (@pregwebwp)


    Hello,
    I’ve been using your “Church” WordPress Theme and like it very much.
    I want to hide the author name and date when I post a blog entry.
    How and where do I fix this?
    Thank You

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there,

    You can achieve what you’re after by adding following custom CSS to your theme using Advanced CSS Editor:

    .entry-meta{
        display:none;
    }

    Hope it helps.

    Thread Starter pregwebwp

    (@pregwebwp)

    Thank you for your response

    Here is the information from the style.css editor
    Where do I insert the code to make the change without using another plugin?

    .entry-meta {
    clear: both;
    color: #211b1a;
    font-size: 14px;
    }

    If you modified the style.css, theme update will remove your code.
    Instead, you can go to “Appearance > Customize > CSS” and insert the suggested code above.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove author name from blog post’ is closed to new replies.