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

    Hi,
    I need to add color to a specific menu item (Not all)
    Could let me ,know how to proceed?

    #874148

    Hey gzelasco,

    Yes we can, if you inspect the element in question in your browser then you will a unique ID for each menu item. You can then use that ID to target the menu item in your CSS.

    Best regards,
    Rikard

    #874158

    Can you please help with the snipet?

    #874187

    Hi,

    Please, can you provide your website link? This way we can offer the custom CSS code.

    Best regards,
    John Torvik

    #874189
    This reply has been marked as private.
    #874539

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

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

    Best regards,
    Rikard

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