What code can I use in extra.css to hide .resourceUpdated from XFRM home and category?
I tried several css paths but have not succeeded.
I tried this:
.resourceListBlock .resourceList .resourceListItem.visible .resourceUpdated
{
display:none!important;
}
I tried several css paths but have not succeeded.
I tried this:
.resourceListBlock .resourceList .resourceListItem.visible .resourceUpdated
{
display:none!important;
}