Change background color for the login module as su
10 years 1 month ago #25409
by andio
Change background color for the login module as su was created by andio
Hello,
I have installed a login module in the Navi. When I click it, the login module comes - as it should be.
However, the background colors always red, but he will remain white? Where do I change that? I put it under the menu item "anmelden" the background color to white and the menu item for the module, but nothing changes.
Here is the address to the page:
jagdmarkt.de/test/
Best Regards
Andi
I have installed a login module in the Navi. When I click it, the login module comes - as it should be.
However, the background colors always red, but he will remain white? Where do I change that? I put it under the menu item "anmelden" the background color to white and the menu item for the module, but nothing changes.
Here is the address to the page:
jagdmarkt.de/test/
Best Regards
Andi
Please Log in or Create an account to join the conversation.
10 years 1 month ago #25414
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Change background color for the login module as su
Hi
this comes from the theme for the mouseover state of the item
file
jagdmarkt.de/test/modules/mod_maximenuck....php?monid=hauptmenu
line 244 on
div#hauptmenu ul.maximenuck li ul.maximenuck2 li.maximenuck:hover, div#hauptmenu ul.maximenuck2 li.maximenuck:hover
with background: #cc2c24
you should be able to change this with maximenu params using the background color on mouseover
CEd
this comes from the theme for the mouseover state of the item
file
jagdmarkt.de/test/modules/mod_maximenuck....php?monid=hauptmenu
line 244 on
div#hauptmenu ul.maximenuck li ul.maximenuck2 li.maximenuck:hover, div#hauptmenu ul.maximenuck2 li.maximenuck:hover
with background: #cc2c24
you should be able to change this with maximenu params using the background color on mouseover
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
10 years 2 days ago #26530
by andio
Replied by andio on topic Change background color for the login module as su
Hello,
the background I have now changed in the maximenuck.php file.
The text color on mouse over on the link "Forgot your login information?" or "Sign up" go, is white and I can not read it. Where do I change from that?
Best Regards
the background I have now changed in the maximenuck.php file.
The text color on mouse over on the link "Forgot your login information?" or "Sign up" go, is white and I can not read it. Where do I change from that?
Best Regards
Please Log in or Create an account to join the conversation.
10 years 2 days ago #26532
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Change background color for the login module as su
line 306 on
div#hauptmenu ul.maximenuck li.maximenuck ul.maximenuck2 li:hover > a, div#hauptmenu ul.maximenuck li.maximenuck ul.maximenuck2 li:hover > h2 a, div#hauptmenu ul.maximenuck li.maximenuck ul.maximenuck2 li:hover > h3 a, div#hauptmenu ul.maximenuck li.maximenuck ul.maximenuck2 li.active > a, div#hauptmenu ul.maximenuck2 li:hover > a, div#hauptmenu ul.maximenuck2 li:hover > h2 a, div#hauptmenu ul.maximenuck2 li:hover > h3 a, div#hauptmenu ul.maximenuck2 li.active > a
change the color:#fff
div#hauptmenu ul.maximenuck li.maximenuck ul.maximenuck2 li:hover > a, div#hauptmenu ul.maximenuck li.maximenuck ul.maximenuck2 li:hover > h2 a, div#hauptmenu ul.maximenuck li.maximenuck ul.maximenuck2 li:hover > h3 a, div#hauptmenu ul.maximenuck li.maximenuck ul.maximenuck2 li.active > a, div#hauptmenu ul.maximenuck2 li:hover > a, div#hauptmenu ul.maximenuck2 li:hover > h2 a, div#hauptmenu ul.maximenuck2 li:hover > h3 a, div#hauptmenu ul.maximenuck2 li.active > a
change the color:#fff
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.203 seconds