Home Forums WoodMart support forum Blog Post header Customize

Blog Post header Customize

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #523510

    Tessic
    Participant

    Hello
    I want to customize the header from Blog post, currently the blog header is under my default header, and I cant find an option to gange that or just but the header furhter down.
    And I want to remove the Author

    Attachments:
    You must be logged in to view attached files.
    #523610

    Luke Nielsen
    Keymaster

    Hello,

    To hide the author, use the below code in Theme Settings -> Custom CSS.

    .single-post .meta-author {
        display: none;
    }

    We have some settings for adjusting the blog page in Theme Settings -> Blog -> Single post: https://prnt.sc/vzkcQ0eiaJ5w

    If you’d like to contact us, we are here for whatever questions you may have.

    Kind Regards

    #523688

    Tessic
    Participant

    Alright thank you it worked 🙂
    Can be closed

    #523747

    Luke Nielsen
    Keymaster

    Hello,

    You are welcome! In case you need any additional help, I’d be more than happy to assist you.

    Wish you all the best.

    Kind Regards

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

The topic ‘Blog Post header Customize’ is closed to new replies.