Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1065392

    Hallo zusammen,

    ich versuche, im Fuss in den Widgets die Datumsangabe von Einträgen auszublenden.
    Hierzu habe ich diesen Beitrag gefunden:

    Forenbeitrag Enfold Forum

    Also habe ich es angepasst mit dieser Eingabe im Quick CSS versucht:

    
    .news-time {
    display: none !important;
    }
    

    alternativ ebenfalls:

    
    span.news-time {
    display: none !important;
    }
    

    Leider hat beides nicht funktioniert.
    Habt ihr eine Idee, was ich dort eingeben könnte?
    — das .news-time habe ich per “untersuchen” herausgefunden.

    Danke vielmals,
    schöne Grüße
    Tobias

    #1065555

    Hey tobiasfries12,

    Did you code to the very top of quick css so it runs first? Also be sure to clear the cache a few times over.

    Best regards,
    Jordan Shannon

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