• Hi,
    I would like to replace the avatar “Placed by the town hall”, I managed to remove the picture but I do not know how to put text in place, that is to say between the date block and the comment block of each post. Thank you for your help

    Damien

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hii dlorgeray,

    Go to your enigma theme directory -> open post-content.php file and see line no. 10

    <li class="enigma_post_author"><?php echo get_avatar(get_the_author_meta( 'ID' ),96); ?></li>

    here you can add text like –

    <li class="enigma_post_author"><?php echo get_avatar(get_the_author_meta( 'ID' ),96); ?>Lorem Ipsum</li>

    You can change text as per your requirement.

    Thanks.

    Thread Starter dlorgeray

    (@dlorgeray)

    Thanks for your help but the text comes out of the area and I do not know how to align it with the blocks above and below

    Hii dlorgeray,

    Go to Dashboard -> Appearance -> Customize -> Theme Options -> Theme General Options -> paste the below code in Custom CSS box and save –

    li.enigma_post_author {
        font-size: 10px;
        text-align: center;
    }

    You can change the value of font-size as per your requirement.

    Thanks.

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

The topic ‘Enigma post author’ is closed to new replies.