Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1187179

    Is it possible to change the colour of the heading text in the sublevel menu. I have a (Mega Menu) window and would like each column (4 divisions) headers to be a different colour, and if possible the description text box below and menu wipe over for each column.

    #1187214

    Ideally, is there a code I can add to each individual menu item, to change the colour of the text.
    CSS Classes (optional) [______________]

    #1187238

    Hi,

    You can target the headers using the ID of each menu item, so the first header under Divisions would look like this:

    #menu-item-11999 .mega_menu_title {
      color: blue; 
    }

    Best regards,
    Rikard

    #1187322

    Thanks, that worked a treat.

    #1187424

    Hi rammandco,

    Glad that Rikard could help you :)
    Let us know if you need further assistance or if we can close this thread.

    Best regards,
    Nikko

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.