Page 1 of 1

Increase the size of pv icons: menu

Posted: 13 Dec 2017, 13:29
by ceechette
Hello friends, I need to increase the size of the icons in the pv: menu component, I have already tried using .setIcon ("fa fa-camera-retro fa-5x"), but I did not succeed. What would be the solution?

Re: Increase the size of pv icons: menu

Posted: 27 Dec 2017, 16:07
by mert.sincan
Please try;

Code: Select all

.layout-wrapper .topbar .layout-menu-wrapper ul li > a .fa {
    font-size: 18px;
}

.layout-wrapper .topbar .layout-menu-wrapper ul li > ul li a .fa:first-child {
   font-size: 16px /* menu items icon under submenu */
}