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

    Hello.

    In the main nav i’m trying to make the TO in “FIV TO SIXY” to be red. I used span brackets just as I did on the menu item in the footer but it won’t work for some reason and I can’t figure out why. Could someone please help? Thanks in advance. :)

    #808478

    Hey peanuttario,

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

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

    Best regards,
    Rikard

    #808686

    Hi Rikard!

    That makes the entire menu item red. I only would like the TO to be red. The span styling and css works within the footer menu item so I don’t understand why it wouldn’t work for this menu item.

    #808859

    Hi,

    To have sure about your question, the TO that you`re talking is the latest menu item?

    Best regards,
    John Torvik

    #809017

    Yes. In the menu area I had the to in span brackets. And used css to have it be red, but it didn’t work.

    #809489

    Hi,

    Isn`t possible to accomplish this, you can change the color to red all the word using the custom CSS code that Rikard provided:

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

    The unique way to accomplish this is hiring a freelancer.

    Best regards,
    John Torvik

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