• mostafaabarati

    (@mostafaabarati)


    Hey!
    How can I remove the author name in Posts Manually. In fact I need to locate the code responsible for displaying the author’s name in Mesmerize theme files and delete it, but I couldn’t find the code.
    I tried to use some plugins to do this but they don’t work with new version of wordpress. so my question is: where and what is the function that Mesmerize theme uses to display author name and post date / time.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Ionut Tudose

    (@ionuttudose)

    Hello,

    Please, use this extra CSS code :

    .post-content-inner .has-small-font-size{
        display:none !important;
    }

    Please, let me know if it worked for you, @mostafaabarati .

Viewing 1 replies (of 1 total)
  • The topic ‘remove author name and date from posts’ is closed to new replies.