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

    Hi there

    How do you remove the lines that appear above and below where the meta data normally shows but I don’t have any showing – however the lines still show. I have the elegant display selected on a single blog post.

    Also I have the magazine element showing on the homepage and I don’t want to the dates of the posts – how do I turn that off?

    #578935

    Hey xfacta!

    Add this to your custom CSS.

    .av-magazine-time { display: none !important; }
    

    Regards,
    Elliott

    #578949

    Hi there

    thanks for this. It removed the date but not the lines that show on the blog page and the single posts. See links.

    #579389

    Hi,

    Please try the following as well:

    .post-meta-infos {
    display:none !important;
    }

    Best regards,
    Rikard

    #580042

    Perfect thank you :-)

    #580735

    Hi,

    Glad we could help :-)

    Regards,
    Rikard

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