
David Crichlow
-
Total activity6
-
Last activity
-
Member since
-
Following0 users
-
Followed by0 users
-
Votes0
-
Subscriptions1
Activity overview
Latest activity by David Crichlow-
David Crichlow commented,
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 commented,
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 commented,
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 commented,
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 commented,
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...