• Resolved karlagjini

    (@karlagjini)


    Hi there!

    Tusind tak for the great minimal theme. This is my first time building a website and I was hoping there would be an easy way for me to remove the author name and picture as well as the date from posts?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Sultenhest

    (@sultenhest)

    Hello karlagjini,

    Selv tak! Thanks for using Voltata.

    I assume we’re talking about displaying a single post, and not the blog post list, correct?

    If thats the case, the first thing you’ll need to do, is to download a custom CSS plugin or create a child theme. I recommend downloading the plugin Simple Custom CSS. The next step is to add some custom CSS, which should do the trick:

    #voltata-cat{
    	margin-bottom:10px;
    }
    .single .posted-on, .single #author-info-post{
    	display:none;
    }

    Feel free to write back if you encounter any other issues or have any questions.

    Kind regards,
    Simon

    Thread Starter karlagjini

    (@karlagjini)

    Thank you so much!

    Hi!

    How about removing the date and author from blog post list?

    Thanks in advance!

    M

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘author and date when posting’ is closed to new replies.