Hello baumiao please take a look at the other post where I answered your question:
http://laythemeforum.com/topic/741/change-body-bgcolor-on-hovering-a-a-link/2
Sorry for the late reply :O
hey phil! sorry for my late reply.
Well, lay theme does not currently support menus with submenus. Those menu points will show up, but there are no extra options in the customizer for styling them. So as of now you need to style them yourself by using custom css.
You could do:
.sub-menu{
margin-top: 10px;
}
in "Lay Options" -> "Custom CSS & HTML" -> "Custom CSS for Desktop Version"
hey TKN!
there's no easy way to change the burger icon right now. I need to add an option for that one day. I didn't try out your custom css, but I guess there's no way around using custom css at the moment.
Hey!
You can use css for that.
In "Lay options" -> "custom html&css" -> "custom css for desktop version" put:
#footer-region{
background-color: transparent;
}
Or you can go to "customize" -> "background" -> "background color"
and here just put an empty value into the field like:
[image: upload-9d5a7121-e484-43e8-9098-09d0fc9afa02.png]
Oops seems to be a bug.
Please use this css until I fix the bug:
"Lay Options" -> "Custom CSS & HTML" -> "Custom CSS for Mobile Version":
.mobile-title{
display: none!important;
}