• Resolved maalin

    (@maalin)


    Hi, thank you for your splendid theme! πŸ™‚
    I’m new to WordPress, and struggle a bit with (maybe) simple things:
    How do I centre the elements “Leave a comment” and the “Posted on [date]” links?
    I can’t seem to find the relevant code in the editor.
    Oh and, is it possible to remove the “Edit” link?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The Edit link will disappear if you aren’t signed in. To center the comment and posted on links, add this to the Custom CSS field in the customizer:

    .entry-footer {
        text-align: center;
    }

    Thread Starter maalin

    (@maalin)

    Hi, sorry for the belated reply. It works, thanks!

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

The topic ‘Contents (posts) footer’ is closed to new replies.