Home › Forums › WoodMart support forum › Edits to make Mobile like an APP › Reply To: Edits to make Mobile like an APP
June 25, 2019 at 2:49 pm
#130017
Elise Noromit
Member
Hello,
Mobile Menu Must have the following Background: #170626 has been done: https://gyazo.com/c5b5f9d7bf8ab9d41701b12844e6efa3
Items on the Mobile Menu all Levels must have the following Font Color:#FFFFF2 has been done: https://gyazo.com/2ec71ec1fe9607a4ba754f07999d44b2
Active items on the Mobile Menu must have the following font color: #0CCE6B
This code has been added:
body .site-mobile-menu li.current-menu-item > a{
color:#0CCE6B;
}
Borders:
body .icon-sub-menu {
border-left-color:red;
}
body .site-mobile-menu li a {
border-bottom-color:red;
}
As you can see the provided earlier code is workable and I have added for border and the current item and everything works.
Best Regards