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?
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... |
Anyone? This is my signature, there are many like it but this one is mine... |
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... |
Hi Richard, I tried to do so by overriding outline.css but dint help, how did you do it please..? Thanks Sam
|
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... |
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 :)
|