CSS: Change the background of the new-module.

Hello everybody!

I have a question (CSS-related) about the background-color for the Boonex news-module. After I´ve installed a template the news-module´s background remains white, while the text is also white. Making it invisible. (see the image)

I did look for some CSS-code in the news-module, but can´t figure out which line is for the background... Does anybody have a clue on this? 

I've been looking in this file: community/modules/boonex/news/templates/base/css/view.css 

Any help would be greatly appreciated. 
Christiaan 

view.css · 1.5K · 217 downloads
Quote · 16 Jul 2012

You should probably post a link so someone can have a look.  There's no reason you should have to change anything in the modules css, because that style should be common to all modules.  What template is it?  Sounds like the template designer missed a few things

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 16 Jul 2012

Actually, it sounds like you don't have a modules/boonex/news/templates/tmpl_YourTemplate directory.  A lot of template designers are lazy and overlook  little details like this.

The first thing you should do, is make a copy of your modules/boonex/news/templates/base folder, rename it to modules/boonex/news/templates/tmpl_YourTemplate, and place it in the modules/boonex/news/templates/ folder.

 

Then you can edit the view.css to change the background in your example:

div.news-entry {
    margin-bottom: 10px;
    padding: 10px;

    position: relative;

    background-color: #f2f2ff
}

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 16 Jul 2012

Hey HoustonLively.

The link is http://community.c-create.net, but the news-module is only visible after joining.
Good tip about the folder. Actually the template designer does have a folder in the correct tmpl_ format, but I will take another look when I'm home.

It is the freely distributed template from TMD-hosting (tmpl_004) is the name. It doesn't have a real name.
http://tmdhosting.com/templates/free-dolphin-templates.html/page/3 Last row, second last (black one).

Regards,
Christiaan

Quote · 16 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.