Home › Forums › Jevelin Theme › my-account menu appearance
Home › Forums › Jevelin Theme › my-account menu appearance
Hi.
Can you please help me fix the appearance of the my-account menu? It is missing the lines on the right side of the menu items so you cannot see which menu item is currently selected. See attached image.
Thanks again!
Solution for this topic
Hi @erikj80303,
I hope you are well today and thank you for your question.
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.woocommerce-MyAccount-navigation ul li.is-active { border-right: 1px solid #e3e3e3; }
Best regards,
Shufflehound team
Hi. This wasn’t exactly what I was looking for, but it totally put me on the right track to figuring out what I wanted. Thanks!!
You are most welcome here 🙂