Drop-down menu background color
- Posted by HAMADENE (33) Offline
Hi,
I just want to change the drop down menu background color.
Regards.
11 years 11 months ago #1
by HAMADENE
I just want to change the drop down menu background color.
Regards.
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
As you already made some changes on the template, can you first create your menus with parent and child so we can see the exact css in your live url?
11 years 11 months ago #2
by erwinschro
Please Log in or Create an account to join the conversation.
- Posted by HAMADENE (33) Offline
Hi,
i'll do so, but if you want ftp logins to watch css, I let it inside "your site details"
11 years 11 months ago #3
by HAMADENE
i'll do so, but if you want ftp logins to watch css, I let it inside "your site details"
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
can you first create your menus with main menu items(parent) and a submenu (child) so we can see the exact css in your live url to be modified?
11 years 10 months ago #4
by erwinschro
Please Log in or Create an account to join the conversation.
- Posted by HAMADENE (33) Offline
- Posted by HAMADENE (33) Offline
Hi,
I fixed it changing background-color in template.css
that div :
.stick {
position:fixed;
top:0px;
left: 0px;
width: 100%;
background:#106087;
border-bottom: 1px solid #222;
-webkit-box-shadow: 0 0 6px black;
-moz-box-shadow: 0 0 6px black;
box-shadow: 0 0 6px black;
min-height: 50px;
}
Regards.
11 years 10 months ago #6
by HAMADENE
I fixed it changing background-color in template.css
that div :
.stick {
position:fixed;
top:0px;
left: 0px;
width: 100%;
background:#106087;
border-bottom: 1px solid #222;
-webkit-box-shadow: 0 0 6px black;
-moz-box-shadow: 0 0 6px black;
box-shadow: 0 0 6px black;
min-height: 50px;
}
Regards.
Please Log in or Create an account to join the conversation.