Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #304588
    #304590

    I think I have solved the problem by using what I found in the support forum here: I just pasted the following into the Quick CSS

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

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

    #portfoliobox-2 .news-time {
    display: none;
    }

    But I actually have no idea which does what lol

    #304858

    Hey!

    Your first code should have done it

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

    Your second code removes meta from content slider element and third code removes date

    Regards,
    Yigit

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