Tagged: , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1457412

    Hello, how can I hide the date of the blog articles in this section? Thank you for your support.

    #1457416

    Hey reqonsult,

    Thank you for the inquiry.

    You can toggle the visibility of the date info in the Enfold > Blog Layout > Blog Meta Elements section. Simply look for the Blog Post Date toggle. You can also use this css code:

    .avia-content-slider .slide-meta time {
        display: none;
    }

    Best regards,
    Ismael

    #1458396

    Hello, we have tried it via the settings, please see the attached screenshot. However, it did not work. Did we configure something wrong? Of course, the attempt with the CSS code remains, but we find the way via the settings much more graceful. Thank you.

    • This reply was modified 3 months, 3 weeks ago by reqonsult.
    #1458529

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #main .avia-content-slider .slide-meta time {
        display: none;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1458566

    Hi Mike, thank you. It works. You can close the thread.

    #1458578

    Hi,

    Thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Hide the date of blog articles’ is closed to new replies.