We would like to do a change in Oxygen CSS for a particular element.
The element is as below,
Code: Select all
<x>direct_text<y z="attribute_value"/></x>
Could you please help in this situation?
We have added below CSS to show "attribute_value", but the problem is that the text "direct_text" is always rendered along with it. We are unable to remove it.
Code: Select all
x > y{
content:attr(z)
!important;
}
Code: Select all
x{
display:none !important;
}
Regards,
Shabeer