• would like to remove author from the blog part in free theme

    • This topic was modified 4 years, 3 months ago by Ari.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Ari

    (@arican)

    I have done by playing post/singlepost.php

    • This reply was modified 4 years, 3 months ago by Ari.
    Theme Author luzuk Themes

    (@luzuk)

    Hello @arican,

    Follow the below step to remove the author from the post,

    Go to Dashboard >> Appearance >> Customizer >> Additional CSS, paste the below CSS and publish it.

    span.entry-author {
    display: none;
    }

    Thank You

    Thread Starter Ari

    (@arican)

    Thanks

    Theme Author luzuk Themes

    (@luzuk)

    Thanks @arican,

    we will be happy to help you for any sort of query if persist in future, please feel free to write back,

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘How to remove author, category from posts’ is closed to new replies.