PDA

View Full Version : Hide or Remove Module collapse Buttons


tjolley2000
11-22-2013, 05:06 PM
How can I either remove or hide the the Modules Collapse buttons (as circled in green in the attached pic). I would prefer to make the modules not collapsible, but have managed to use Style Vars to make the backgrounds invisible and appear to be integrated as part of the page... Except I haven't been able to hide the collapse buttons.

www.RideorRot.com

Thanks in Advance
Tom

tjolley2000
11-26-2013, 02:49 AM
So, Im thinking the collapse button is a .gif or something stored somewhere in my server directory files. I just can't locate it. Once I do, I believe it should be possible to change the file name and then insert a new file with the name of "said.gif" but the replacement can just be a small transparent .gif allowing the button to appear invisible or non-exhistant.

tjolley2000
11-27-2013, 02:08 PM
I know my above suggestion for removing these icons will most likely work as I was able to replace the default profile pic/avatar that way.

Can someone please let me know what the file name for the collaspe toggle module button icon is? I am having trouble locating it.

Maybe Lynne knows?

Lynne
11-27-2013, 06:59 PM
Hide them with CSS.

.canvas-layout-container .widget-header .module-buttons {display: none;}

tjolley2000
11-28-2013, 02:43 AM
worked perfect! Threw the code into the css_addtional.css and it worked like a charm... I must have spent 6 hours trying to find the .png /.gif

Lynne
11-28-2013, 02:49 AM
The image is a sprite. And, even if you found it and turned it into a 'blank' image, it would still be there and clickable. You need to get rid of the link part, not the image.