• Resolved krletka

    (@krletka)


    Hi there!
    After I have removed (with your assistance) icon with date, author and number of comments (on top left side of the page), posts on blog page don’t have date. There is date on homepage (in Latest blog section).

    Is there any other way for showing date of posts (without this icon) on blog page?

    If there isn’t, I would like to return that icon, but just with date (without author and number of comments). Can it be done?

    Thank you.

    • This topic was modified 7 years, 10 months ago by krletka.
Viewing 7 replies - 1 through 7 (of 7 total)
  • Please give your site URL.

    Thread Starter krletka

    (@krletka)

    I see that the icon is back, I have just noticed. I don’t want to bother you, but it’s too stretched out, and it’s above the text… It doesn’t look good. ?? Can I change it somehow? Maybe reduce the size of it? And can it contain only date?

    My site URL: https://www.zvono.gimnazijang.hr/

    insert code in custom css to hide blog comment icon

    .enigma_blog_comment 
    {
    display: none !important;
    }
    Thread Starter krletka

    (@krletka)

    Thank you very much, it worked. After you have send me this code, I figured out by myself how to remove the author icon also. Now there is last thing to do – I want to reduce the size of date icon. I tried to do it by myself, but I didn’t know how to do it.
    I would like to reduce the size to half of the size of the current icon. I’m sending screen shot just in case, I have marked red the size I want.
    Reduce-the-size-of-date-icon

    Please insert code in custom CSS –

    .blog-date-left li {
        width: 90px;
        height: 90px;
    }
    .enigma_post_date span.date {
        font-size: 10px;
    line-height: 24px;
    }

    You can change the value as per you want.

    Thread Starter krletka

    (@krletka)

    Thank you very much!!!

    Your most welcome Krletka and Thanks for using weblizar’s Theme.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Showing the date of the posts’ is closed to new replies.