Beiträge von atcmerzig

    Hallo zusammen.

    Hatte das gleiche Problem und mich hier schlau gelesen.

    Nachdem es dann mit dem Custom-CSS nicht funktioniert hat, hab ich weiter gesucht und bei joomshaper folgendes gefunden:

    (https://www.joomshaper.com/documentation/…dge-in-articles)


    How to hide "Featured" badge in Articles

    In the Helix Ultimate 2.1 update we added a "Featured" badge that is displayed in a list of articles and a single article view if the article was marked as featured. Until we don't add the option On/Off, you have to use Custom CSS to hide it - if you don't want to display that red badge.

    To hide from the list of articles (blog view), use the Custom CSS:

    .article-list .article .featured-article-badge { display: none; visibility: hidden;}

    To hide it from a single article view, use the Custom CSS:

    .article-details .featured-article-badge { display: none; visibility: hidden;}


    Da wird unterschieden zwischen Blog-Liste und Einzeleintrag.

    Meine Startseite ist ein Einzeleintrag, daher nutzte ich die untere Code-Zeile und kam zum Ergebnis.

    Eingetragen im Helix Framework unter "Custom Code"


    Falls das wem weiterhilft :)