Reply To: Menu bar customizations

Home Forums Iconic One Pro Support Menu bar customizations Reply To: Menu bar customizations

#4920

Hi,

1) Yes, but it will require menu item id, which you can find from Right click -> “inspect element” in chrome, then use like this


#menu-item-152 > a {
background: #0099ff;
}

2)


.themonic-nav li a {
    line-height: 3.2;
}

3) Will require a bit of custom work

4)


.themonic-nav ul.nav-menu, .themonic-nav div.nav-menu > ul {
    text-align: right;
}

5) Will require a bit of custom work

6) Line 159 selectnav.js inside js folder

7) Adjust percentage


.js .selectnav {
    width: 96%;
}

All the above CSS code can be used in Custom CSS in the live customizer or in Simple Custom CSS plugin. If you require custom work kindly email [email protected]