Home Forums WoodMart support forum cambio colore menu

cambio colore menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #714811

    serviziweb
    Participant

    Buongiorno
    parlando del sito https://www.camillamilano.it/
    Vorrei modificare il colore del menu.
    Io utilizzo 2 header come in allegato. Quello trasparente mi vabene. Quello bianco vorrei cambiare il colore del menu.
    Quando scrollo il colore del menu non lo verrei bianco, ma nero, come fare?

    Attachments:
    You must be logged in to view attached files.
    #714883

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Navigate to Theme Settings > Typography > Advanced Typography > Create a new rule for the “Main Navigation Links” item and change the menu color.

    See Screenshots for a better understanding:
    https://ibb.co/bR1Ws2j5

    For detailed instructions, please refer to the documentation: https://xtemos.com/docs/woodmart/advanced-typography-settings/

    For the sticky header menu color to be black, Try to add the following custom css code in Theme Settings > Custom CSS:

    .whb-sticked .wd-nav-header > li > a,
    .whb-sticked .wd-tools-text,
    .whb-sticked .wd-header-el,
    .whb-sticked .wd-header-nav span {
        color: #000 !important;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)