FET Forum

FET Support (English) => Get Help => Topic started by: Pietro on October 05, 2012, 06:36:47 PM

Title: Hide activity tags
Post by: Pietro on October 05, 2012, 06:36:47 PM
For some of my activities I need to use two activity tags.
When I try to hide them, for those activities I continue to see a "," character even with the tags hidden by modifying the css with "display: none;" statement.
The problem is not present with activities with single activity tag. I think the "," is a separator for the two activities.
Do you think I can hide it by modifying the CSS?

thanks
Pietro
Title: Re: hide activity tags
Post by: Pietro on October 05, 2012, 06:42:47 PM
I reply to myself.
I hide span.activitytag by inserting a "display: none;" and now all is ok.