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

    Hello

    Please see this page:

    You will see under the large header banner is a menu… please let me know ANY WAY possible that each of those text items can be a different colour.

    Thanks

    R

    #776414

    Hey mrcityrunner,

    If you inspect the elements in your browser you will find the ID for each element, you will need to do that for each menu item. An example to target the first element:

    #menu-item-1642 .avia-menu-text {
      color:red !important;
    }

    Best regards,
    Rikard

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