Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Dario Devcic

    (@dariodev)

    Hi, I’m sorry for not so prompt reply.
    Here is a CSS snippet which will hide the author’s name (including “by” prefix). Just drop it in Customize -> Additional CSS.

    .entry-byline .post-by,
    .entry-byline .entry-author {
    display: none;
    }

    That will work OK, and for the next release I added new setting in Customizer where is possible to choose not to show the author’s name. New release is already submitted but there is some problem with automated approval so I can only wait and hope that the administrators will solve the approval problem soon.

    Thank you for using Themelia!

    dariodev

    Hmm, can you upload new version to google drive in .zip and paste link here? ??

    Theme Author Dario Devcic

    (@dariodev)

    You can download new version from my GitHub page https://github.com/dariodev/themelia
    Check Changelog for what is new and changed in the theme and Readme file for instructions.

    Direct link https://github.com/dariodev/themelia/archive/master.zip

    • This reply was modified 7 years, 8 months ago by Dario Devcic.

    Thanks for the new update But how can I hide the Date also?
    Currently, the Author name is hidden but the date does appears.

    Theme Author Dario Devcic

    (@dariodev)

    There is no customizer setting to hide date, but you can do it with following CSS snippet (add into Customize -> Additional CSS):

    .entry-byline .entry-published {
        display: none;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hide author’ is closed to new replies.