Home Forums WoodMart support forum Remove Author Name from Blog & Blog Post Share Option Change

Remove Author Name from Blog & Blog Post Share Option Change

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

    Devrental
    Participant

    Hi, from Blog Post View i want to remove author name & I want to change the share options to Social Like & follow in detailed blog post

    #227950

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

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

    I can remove the share buttons from the posts grid, but I cannot change the functionality.

    body .hovered-social-icons {
    display:none;
    }

    Best Regards

    #227970

    Devrental
    Participant

    Thank you !

    #227999

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Remove Author Name from Blog & Blog Post Share Option Change’ is closed to new replies.