Customize menu look and feel (sidebar widget)
hey
i want to change of the look and feel of the menu at sidebar as it cant be done as its the widget
link
i need like this below
hey
i want to change of the look and feel of the menu at sidebar as it cant be done as its the widget
link
i need like this below
Comments
Hi,
There is no option to adjust it like in the example you attached.
Best regards
ohk but but can i alter the appearance of the menu
You can use the following CSS code:
Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Best regards
perfect thanks
can we add the (highlight the active page) https://flowway.coredesk.in/product-category/mechanical-seals/agitation-equipment-reaction-kettles/
currently i have below ones
.widget_nav_menu .menu .menu-item {
padding: 10px 0;
color: #000000; /* Sets text color to black */
font-size: 16px; /* Sets font size to 16px */
}
.widget_nav_menu .menu .menu-item a {
color: #000000; /* Sets default link color to black */
font-size: 16px; /* Sets font size to 16px */
}
.widget_nav_menu .menu .menu-item a:hover {
color: #0085C4; /* Highlights link color on hover and for active links */
}
.widget_nav_menu .menu .menu-item a.active {
color: #0085C4; /* Highlights link color on hover and for active links */
}
Use this CSS code:
Best regards
thanks phil
one more thing
i have disabled the visibility on phone yet it shows on the mobile
You have two Sidebar Widget elements. One is visible on tablets and mobile, and the second on desktops and laptops.
The navigator should help you locate them both.
Best regards