Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1421320

    We cannot get the following data on our blog to not display:

    Blog Meta Elements:
    You can choose to show or hide some of the default blog meta elements here:
    Blog Post Date
    Is turned off but it still displays. How can we fix this issue?

    #1421335

    Hey So Evolve,

    Thank you for the inquiry.

    Where can we check the issue? Please provide the site URL in the private field and post a screenshot using platforms like Savvyify, Imgur or Dropbox.

    Best regards,
    Ismael

    #1421338
    This reply has been marked as private.
    #1421339

    Hey!

    Thank you for the info.

    The options in the Blog Meta Elements section can only control the meta elements in the single post page, and only when the post is created using the classic or block editor. For the blog overview page, you have to use css or directly edit the template files. To hide the date for example, please add this css code.

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

    Regards,
    Ismael

    #1421341
    This reply has been marked as private.
    #1421345

    Hey!

    Thank you for the update.

    We found an invalid css rule in the Quick CSS field, which we have corrected. The date of the posts is now hidden in the blog overview page. Please make sure to clear the cache and perform a hard refresh before checking the page.

    Regards,
    Ismael

    #1421346

    It worked like a charm…

    Thanks
    Saludos

    #1421359

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1421404
    This reply has been marked as private.
    #1421415

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Child Theme – Blog Details’ is closed to new replies.