Forum Discussion

jgonzo's avatar
jgonzo
Adept
16 years ago

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 ...
  • ChristineC's avatar
    16 years ago

    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;}