Transparent Boxes and Blocks

Hello you gurus. I have been searching the forums for an answer to this question and have seen many different things. I am looking for a simple way to make all the boxes and blocks transparent so that I can use a black background and then spice up the site with text colors. Is there a global fix for this or do I need to go through the entire common.css file?

Thanks in advance,

Daniel

Quote · 18 Jul 2012

No there is not.

Common.css look for this section.

.boxContent {
    background-color#FFFFFF;
    font-size11px;
    overflowhidden;
    padding1px;
}


Change #FFFFFF to transparent

That will cover most of the site, but some modules blocks may be set in their own css file.

Use firefox. Then get the firebug plugin for it.  Then turn off css caching in dolphin.  Then with firefox you can right click on a box, inspect element and firebug will show you the css you need to change.


https://www.deanbassett.com
Quote · 18 Jul 2012

The closest thing I can find to that in my common.css file is this:

}
.boxContent {
    overflow: hidden;
    font-size: 11px;
    padding: 1px 1px 1px 1px;
    background-color: #fff;

Would that be the one?

Quote · 18 Jul 2012

Yes

And after changing that, you must clear the dolphin cache.

In fact, while the site is being edited it's best you turn all dolphin caching options off.

https://www.deanbassett.com
Quote · 18 Jul 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.