my-account menu appearance

Home Forums Jevelin Theme my-account menu appearance

Home Forums Jevelin Theme my-account menu appearance

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • erikj80303
    Participant

    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!

    Attachments:
    You must be logged in to view attached files.

    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

    erikj80303
    Participant

    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 🙂

Viewing 4 posts - 1 through 4 (of 4 total)