Okay
  Public Ticket #2502183
menu drop down arrow colors
Closed

Comments

  • Shawn Newton started the conversation

    I can't seem to change the color of the menu drop down arrows.  Only add a background color, which looks funny.  .

    newtonpens.com


    I left one of the drop down arrows with black background so you can see what I'm able to do.  


    Thanks

  •  435
    David replied

    Gotcha. And to which color you want to change them?

    Best regards,
    WaspThemes team

    And don't forget to rate our plugin, it means a lot to us!

  • Shawn Newton replied

    Black would make me happy, but I can't change it to any color.

  •  435
    David replied

    That's because they are being added with pseudo elements which are hard to target.

    Add this code and you can change the color whichever you like

    .main-navigation .menu-item-has-children > a:after {
        color: red;
    }


    Best regards,
    WaspThemes team

    And don't forget to rate our plugin, it means a lot to us!

  • Shawn Newton replied

    I don't have a clue where to add that bit of code in, but I changed the word press theme I was using, and when I change the menu font color in YP it changes the color of the arrows too.  Thanks.

  •  435
    David replied

    You can add it in Customize > Appearance > Additional CSS and just paste it. You can replace value red with black or blue for example.

    Best regards,
    WaspThemes team

    And don't forget to rate our plugin, it means a lot to us!

  • Shawn Newton replied

    Thanks so much!