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

    I add “Blog Posts”, contents element to my page. The blog meta elements are preview images, category, and blog title. However, I want to show preview images, post day and blog title here. Can I customize the elements of the blog?

    Thank you in advance.
    Kazeko

    #600982

    Hi Ayumi!

    It can be customised using custom css let us know exactly what you need to do if possible share a screenshot (upload to dropbox or imgur ) and link to the page where we can inspect the element in question so we can provide you with custom css if the customisation you are asking for is within our support scope.

    Regards,
    Vinay Kashyap

    #601013

    Thank you. I send you private message.

    #601669

    Hello,

    I add another but similar question about blog meta elements.

    I do not want to show blog meta element Blog Post Category and Blog Post Author.
    So I unchecked them in Blog meta elements options and it works great but only for a post (a single) not for the category and archive page.
    How do I delete these elements?

    I’ve added below code which I found other guy asked you same question. But the code doesn’t work for my category and archive pages.
    (https://kriesi.at/support/topic/showhide-blog-meta-elements-works-only-is-a-single/)

    .blog-author, .text-sep-cat, .blog-categories, .text-sep-comment {
    display: none !important;
    }
    #602254

    Hi,
    I solved these problems by myself.
    I tried the code again, it worked well. I used to add the new code to the end of line in Quick CSS area. I’ve put the code at the top in Quick CSS, and then the code worked perfectly.

    .blog-author, .text-sep-cat, .blog-categories, .text-sep-comment {
    display: none !important;
    }
    #602255

    Oh, but the day isn’t shown on my blog post elements.
    Could I put the day on it?

    #603528

    Should I post another thread?

    #603857

    Hi!

    if you hide the meta, you also hide the date.
    You will have to change the position, which is hard although and would require some more customization.

    Cheers!
    Basilis

    #604874

    I see. Thank you.

    #605026

    Hi,

    Glad we could help, please let us know if you should need any more help on the topic.

    Regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.