background loginmodule transparant - Joomla! Forum - community, help and support
because website must registrated users want show login module only. use background picture module login showing white page.
how can change white/grey page transparant module shows login on background picture?
i have made printscreen link http://nimb.ws/wohqkm
who can me fix this?
the website can found at: http://www.pvt.joomla-designers.nl
how can change white/grey page transparant module shows login on background picture?
i have made printscreen link http://nimb.ws/wohqkm
who can me fix this?
the website can found at: http://www.pvt.joomla-designers.nl
hi there,
welcome forum, please try 1 of possible solutions:
- go menu item, in tab called page display add css class in field page class,
something : custom-login ( space @ beginning , no point ).
from here change background color transparent class .container, add in main
css file like:
- assign different css file menu item 1 extension like:
http://extensions.joomla.org/extensions ... itch-basic
cheers.
welcome forum, please try 1 of possible solutions:
- go menu item, in tab called page display add css class in field page class,
something : custom-login ( space @ beginning , no point ).
from here change background color transparent class .container, add in main
css file like:
code: select all
.custom-login .container {
background-color: transparent;
}
- assign different css file menu item 1 extension like:
http://extensions.joomla.org/extensions ... itch-basic
cheers.
Comments
Post a Comment