I am currently working on customizing the navigation bar on my website. I have created a code snippet that adds a small '+' sign next to any link that has sub-options. When the user hovers over the link, the '+' sign changes to a '-' and reveals the sub-options in a dropdown menu. However, I want to change this functionality to display a static yellow 'v' shape next to the link, regardless of whether the user hovers over it or not. I am not sure how to achieve this.
The code snippet I have is quite lengthy, and I believe the key lies in the a:before
and a:after
sections of the CSS. I am uncertain about the specific changes I need to make. Any guidance or assistance on this matter would be greatly appreciated.