
David Crichlow
-
Gesamtaktivitäten6
-
Letzte Aktivität
-
Mitglied seit
-
Folge ich0 Benutzer
-
Gefolgt von0 Benutzer
-
Stimmen0
-
Abonnements1
Aktivitätsübersicht
Neueste Aktivität von David Crichlow-
David Crichlow hat einen Kommentar hinterlassen
Stuart Buddrige my solution doesn't stop you from viewing the article if you have the direct link. It just removes it from the list in the category or section pages. On further thought, a user coul...
-
David Crichlow hat einen Kommentar hinterlassen
Stuart Buddrige I'm not sure I fully understand the question, but I manually added the CSS style close to the top of the CSS file.
-
David Crichlow hat einen Kommentar hinterlassen
Stuart Buddrige can you post an example of the CSS that you used?Mine looked something like this a[href*="/hc/en-us/articles/44166706125-Order-Taker-Order-Payment"] { display:none;} Depending o...
-
David Crichlow hat einen Kommentar hinterlassen
Hi Stuart Buddrige,I did something like the following using CSS to hide the article from the list of articles. a[href*="/hc/en-us/articles/ArticleID-Name-of-Document"] { display:none} I used Chr...
-
David Crichlow hat einen Kommentar hinterlassen
I would like to place this banner over several articles. However, it is repeating the alert banner for each article that has the label. Could you help, please? I'm not sure what I am doing wrong. I...