jgonzo
16 years agoAdept
ActiveCast Question
I have an Active Cast question I am hoping someone can answer for me. In the attached image, I would like to suppress items 1-3 but there does not seem to be an Active Cast module or parameter that can control these three elements. Is there a way to turn these three elements off or have I just missed that in the documentation? Thanks for your help.
You can hide them using css.
div#AC_MESSAGES h1 {display:none;}
ul.ac_msginfo li.ac_author {display:none;}
ul.ac_msginfo li.ac_posted {display:none;}