Color in multilevel submenus

hovmedia
25 Posts
hovmedia posted this 11 May 2017

Hi!

There are settings for menus and submenus in Themler, but can I add a new color it I use a multilevel submenu?

The first level is white, then dark on next level. Some categories have a third level that I would like to give a third color.

See page:

http://dinturbutikk.no/butikk/

Hi! There are settings for menus and submenus in Themler, but can I add a new color it I use a multilevel submenu? The first level is white, then dark on next level. Some categories have a third level that I would like to give a third color. See page: http://dinturbutikk.no/butikk/
Vote to pay developers attention to this features or issue.
4 Comments
Order By: Standard | Newest
alopulid
14 Posts
alopulid posted this 5 days ago

For a multilevel submenu in Themler, you can usually achieve different colors for each submenu level by targeting the appropriate menu-depth or submenu CSS class and applying separate background and text colors. For example, the first submenu can remain white, the second level can use a darker shade, and a third-level submenu can have its own contrasting color to make the navigation hierarchy clearer. A light greige shade can work particularly well for the third level because it provides a soft, neutral appearance while maintaining readability. Using custom CSS is generally the most flexible approach when the standard Themler menu settings do not provide separate styling controls for every submenu depth.

For a multilevel submenu in Themler, you can usually achieve different colors for each submenu level by targeting the appropriate menu-depth or submenu CSS class and applying separate background and text colors. For example, the first submenu can remain white, the second level can use a darker shade, and a third-level submenu can have its own contrasting color to make the navigation hierarchy clearer. A [light greige][1] shade can work particularly well for the third level because it provides a soft, neutral appearance while maintaining readability. Using custom CSS is generally the most flexible approach when the standard Themler menu settings do not provide separate styling controls for every submenu depth. [1]: https://greigecolor.com/
Support Team
Support Team posted this 11 May 2017

Hi,

Do you mean items of third level in vertical menu?
If so please try adding the following code to the Themler Settings >> Additional CSS:

.bd-menu-23 .bd-menuitem-23 > a + .bd-menu-24-popup .bd-menuitem-24 > a + .bd-menu-24-popup .bd-menu-24 .bd-menuitem-24 > a
{
background-color: red;
}
.bd-menu-23 .bd-menuitem-23 > a + .bd-menu-24-popup .bd-menuitem-24 > a + .bd-menu-24-popup .bd-menu-24 .bd-menuitem-24 > a.active
{
background-color: #e8a815;
}

This should help.

Please keep us posted about the progress.

Thank you,
Olivia

Hi, Do you mean items of third level in vertical menu? If so please try adding the following code to the Themler Settings >> Additional CSS: `.bd-menu-23 .bd-menuitem-23 > a + .bd-menu-24-popup .bd-menuitem-24 > a + .bd-menu-24-popup .bd-menu-24 .bd-menuitem-24 > a { background-color: red; } .bd-menu-23 .bd-menuitem-23 > a + .bd-menu-24-popup .bd-menuitem-24 > a + .bd-menu-24-popup .bd-menu-24 .bd-menuitem-24 > a.active { background-color: #e8a815; }` This should help. Please keep us posted about the progress. Thank you, Olivia
hovmedia
25 Posts
hovmedia posted this 11 May 2017

Do you have any desctiption on how I edit it?

Do you have any desctiption on how I edit it?
Support Team
Support Team posted this 11 May 2017

Hi,

There is no such option. You can set the color manually using the custom code.

Sincerely,
Hella

Hi, There is no such option. You can set the color manually using the custom code. Sincerely, Hella
You must log in or register to leave comments