Hi!
Is it possible to add login form with popup window in menu like it's gavickpro site has.
Is there any instructions? I added it to module position, but without popup. Looks not really good.
How can I do it?
Regards, Peter.
#login-form ul {border-top: 0 none;}.gkMenu > ul li div.childcontent li:hover { background: #fff !important; }
a#menu379, #login-form a {color: #555;}
.gkMenu > ul li div.childcontent li:hover > a,
.gkMenu > ul li div.childcontent li:hover > a small {
color: #333; }
Oscar E wrote:It's because of default css code in template, not my fault.
Try this:
- Code: Select all
.gkMenu > ul li div.childcontent li:hover > a,
.gkMenu > ul li div.childcontent li:hover > a small {
color: #333; }
or change inside : templates/gk_simplicity/css/menu/menu.css ,
line ~~153 from #fff --> #333 or darker #111
Thanks for help, Oscar!
But there are some problems.
I put fist line in override.css, but it does not work or I made something wrong.
Second line with background works fine.
And last line, after removing <ul><li> it have changed font size and how can I put it all in one line with " | "? I tried to use <p>, but it does not work, I am new in Joomla.
Thanks for help.
Regards, Peter.
color: #333 !important;