Forum Discussion

peterlu's avatar
peterlu
Champion
11 years ago

Lithium CSS bug on view profile page

in "public statistics" component or other components, you can see this

<tr class="lia-row-odd lia-property lia-property-for-entity-user lia-property-for-id-profile.name">

or

<tr class="lia-row-odd lia-property lia-property-for-entity-user lia-property-for-id-date.registered">

etc

 

There is a dot in the class name.

If I want to use CSS to hide a certain TR row, I can't.

  • sorry. It is not a bug.

    You can use 

    .lia-property-for-id-profile\.name {display:none;}

  • sorry. It is not a bug.

    You can use 

    .lia-property-for-id-profile\.name {display:none;}