<code>.row-price{
pointer-events: none;
}</code>
===Hide the option to create or change views===
<code>#view-templates-button{
display: none;
}</code>
===Disable the option to create or change views===
<code>#view-templates-button, #saveViewButton{
pointer-events: none;
}</code>