Home Forums WoodMart support forum remove posted by author from single post

remove posted by author from single post

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #278664

    yukai
    Participant

    hi, i’m trying to remove posted by author from single post (article, not page) but i can’t find how to.
    I want also modify the font size of post title, but only in single post page, not in the blog. can you help me please? thanks!!!!

    #278690

    Hello,

    In order to remove the author add this code to the Theme Settings > Custom CSS > Global:

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

    You can change the font by means of the Advanced typography option, which allows you to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.

    Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/

    Best Regards

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