Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1006379

    Hi there,
    I am wanting to change the colour of the Mobile Menu text for the parent and child items for the site listed in private content.

    So for example:
    The Parent page Gallery would be one colour, and then the sub menu under it with Coastal, Suburban, Apartments etc would be another.

    Thanks!

    #1006394

    Hey tankerhq,
    Please try this code in the General Styling > Quick CSS field:

    #top #wrap_all .av-main-nav ul > li > a {
      background-color: #ccc !important; 
    }

    Please adjust to suit.

    Best regards,
    Mike

    #1006411

    Hi Mike,
    thanks for your fast reply!
    I should have been more specific sorry. I am wanting to change the colour of the text of the two separate menu levels.

    Here’s an example: https://imgur.com/a/s5v5B9m
    I would like all the menu Parent items (in orange) in one colour, and then the lower level pages in the menu (green) in another.

    Thanks!

    #1006552

    Hi,
    Thanks for the feedback, please try this css instead and adjust the colors to suit:

    li.menu-item-top-level > a {
    color: red !important;
    }
    ul.sub-menu li.menu-item-object-page > a {
    color: green !important;
    }

    Best regards,
    Mike

    #1007717

    That worked perfectly. Thanks Mike!

    #1007785

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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