Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #171177
    pigeonsunderwater
    Participant

    Is there a way to disable visually showing the “author” of each post (the one that shows up to the right of the publish date)?

    And one more while I am here – where can I adjust the CSS font size for headers? Like adjusting the H3 size, etc.

    Thanks!

    #171217
    Skandha
    Participant

    @jmordaunt: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To remove author meta in posts */
    .entry-meta .byline {
    	display: none !important;
    }
    /* To change the font size of h3 elements */
    h3 {
        font-size:20px !important;
    }

    Let me know if this helps you out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Removing author details on post?’ is closed to new replies.