Library > List View > change "Attachment summary" text

Ready
Note: This is valid CSS, but I recommend against using this trick (:before and :after psudo-classes) too widely because search engines and people using screen readers will not be able to 'read' you new text. With great power comes great responsibility...dun dun duuuuuuun!

Use this to hide current text:

.libListReptEntAttchLble > span
{
    display: none;

Use this to create new text:




#CSS
0 comments
0 Views
 

Related Links

No Related Resource entered.