Quote:
Originally Posted by Lynne
You can use CSS to 'hide' the arrow for the module.
HTML Code:
.canvas-layout-container .canvas-widget[data-widget-id="xxx"] .widget-header .module-buttons .module-button-item span {display: none;}
change xxx to the data-widget-id for the module (found in the page source).
|
Thanks.. that worked.. but then I couldn't edit or even delete that widget, because the buttons are gone in edit mode. lol
I had to update the html directly in the database to undo it. I guess I can still use it and just know that if i need to edit it, it has to be done directly in the database.
I'd also like to get rid of the horizontal line and the frame around the widget. I'll see if i can figure out the css for it tomorrow.
Thanks again.