Forum


List Manager Support

List Manager support
Forums
Public write access is disabled. Please login

Background opacity of list results displayed 15.04.2015 10:24

Hi
I need to set the background to NO transparent (with an opacity) because we can't see anything of the list result because of my theme background (I tried all of the custom predefined themes coming with ListManager).
So I'd like to get the lists displayed with a black background with an opacity.
Last thing : I have several lists with different theme colors to display
I searched and tried some suggestions in the forum but nothing changed after applying them (eg: list colour scheme thread (24.12.2014)).
I obviously miss something...

Re: Background opacity of list results displayed 15.04.2015 11:55

Hi,
every change you need to introduce to the extension css, can be done at the theme files you will find here:


JOOMLA\modules\mod_listmanager\assets\css\lmbootstrap-xxxxx.css

where xxxxxx is the name of the theme you're configuring for the list (default,grey,darkblue...etc)


there you can play to modify the styles. All content of the list is included inside a div with id=lm_wrapper, so you can set any background-color or any other property there.

#lm_wrapper {
......
}
Same for all other styles of the list, not sure what you meant with 'different theme colors', the stripped colors of each theme are configured using two classes:

.lm_trblack {
and
.lm_trwhite {

that assign different color per theme in order to get the stripped table effect.

Hope this helps, regards
Moonsoft Team
www.moonsoft.es
Are you satisfied with our products/services/support?
Please help us to keep improving, add a review at  joomla extensions site and  magento connect

Our clients' feedback