Remove headers from blocks

Hi there,

Can anyone tell me how to remove the title headers from blocks completely. It's not possible to just leave it blank as there would be an unsightly empty space there. Many thanks in advance for any advice.

Quote · 7 Nov 2012

The easiest way would be to edit common.css and find this.

.boxFirstHeader {
    position: relative;
    text-align:left;
    text-transform:uppercase;
    font-size:12px;
    color:#666;
}

Then add display: none; to it like so.

.boxFirstHeader {
    position: relative;
    text-align:left;
    text-transform:uppercase;
    font-size:12px;
    color:#666;
    display: none;
}

Get yourself a copy of firebug for firefox. Then you can easily find this stuff on your own.

https://www.deanbassett.com
Quote · 7 Nov 2012

Thanks, Deano.

Really appreciate your help.

Quote · 9 Nov 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.