Tagged: ,

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #321677

    Hi,

    How I can remove the Author name from the Main Blog Page? And Also I would like to enable comments for our articles, how can I do that? The options is already enabled in the Discussion Settings page.

    Regards,
    Sumeru

    • This topic was modified 10 years, 1 month ago by suums.
    #321682

    Hey Sumeru!

    Add this to Quick CSS:

    .blog-author.minor-meta, .text-sep-cat  {
        display: none;
    }

    Regarding the other thing, have you tried disabling all third-party plugins to see if the comments come up?

    Cheers!
    Josue

    #322129
    This reply has been marked as private.
    #322149

    Hi David!

    I tested that code on your website (live editing) and it worked, make sure you put it outside of any media queries or not after a typo in your stylesheet.

    Regards,
    Josue

    #322344
    This reply has been marked as private.
    #322345

    Hi!

    Add this:

    #top #main .content, #top #main .sidebar {
        border: 0;
    }

    Best regards,
    Josue

    #322833
    This reply has been marked as private.
    #322845

    Hey Sumeru!

    The code is inside a media query in your Quick CSS, that’s why it’s not getting applied:

    .blog-author.minor-meta, .text-sep-cat  {
        display: none;
    }

    Regards,
    Josue

    #323553

    Hi Josue,

    Thanks, all good now. You can close this thread.

    Regards,
    Sumeru

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Remove Author Name from Blog Page’ is closed to new replies.