Is there a way to remove the author and date from the blog roll?

Home Support Blog Way Plus Is there a way to remove the author and date from the blog roll?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #7373
    Anonymous
    Inactive

    I have been able to remove the time with code but it is now reading on the blog roll The Cheeky Mommy/

    and it is empty after the slash. How do I remove both?

    Thanks

    #7374
    ProDesigns
    Keymaster

    Hi @Livya018

    Your issue is not clear to understand. Can you please explain with screenshot?

    It will be more easier to help you.

    Thank you.

    #7375
    Anonymous
    Inactive

    If you go to the main page thecheekymommy.com and look at the individual posts. You will see under the title it says in blue

    The Cheeky Mommy/

    There used to be a date there but I somehow figured out how to eliminate that portion.

    I want to eliminate that entire part. I took a screenshot but can’t seem to figure out how to upload it to this forum.

    #7376
    ProDesigns
    Keymaster

    Hi @livya018

    Please go to Appearance >> Customize >> Additional CSS and add following CSS

    .single .author-date {
        display: none;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.