Changing the background colours of Outline items

Hi all

I'm trying to change the background colours of the items on Outline of the homepage.

For example, Polls should have a green background and Files should have a brown background.

Any ideas?

This is my signature, there are many like it but this one is mine...
Quote · 17 Nov 2012

Anyone?

This is my signature, there are many like it but this one is mine...
Quote · 21 Nov 2012

For anyone looking to do this, you need to make some minor changes in each boonex mod. 

Contact me if you like to know how it's done

This is my signature, there are many like it but this one is mine...
Quote · 6 Dec 2012

Hi Richard,

I tried to do so by overriding outline.css but dint help, how did you do it please..?

Thanks

Sam

 

Quote · 6 Dec 2012

Go to modules/ boonex/ wall/ templates/ base/ css/ outline.css

Remove the background-color then save - this will remove the background colour from all the outline items

 

Go to each module in turn, such as modules/ boonex/ files/ templates/ base/ css/ wall_outline.css

then add this to the bottom of that wall_outline.css :

div.bx_files-wall-oi-item-cnt {

position: relative;

background-color: red;

overflow: hidden;

Save then repeat this process for the other items, changing the colour to whatever you want.

Ensure you clear the cache!

 

Send me a private message if you would like me to take a look at your site :)

This is my signature, there are many like it but this one is mine...
Quote · 6 Dec 2012

Thank you that's very well explained, I will try it out :)

Go to modules/ boonex/ wall/ templates/ base/ css/ outline.css

Remove the background-color then save - this will remove the background colour from all the outline items

 

Go to each module in turn, such as modules/ boonex/ files/ templates/ base/ css/ wall_outline.css

then add this to the bottom of that wall_outline.css :

div.bx_files-wall-oi-item-cnt {

position: relative;

background-color: red;

overflow: hidden;

Save then repeat this process for the other items, changing the colour to whatever you want.

Ensure you clear the cache!

 

Send me a private message if you would like me to take a look at your site :)

 

Quote · 6 Dec 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.