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

    Hi,

    I’ve been trying to remove some bullet points inside My account section with no success.
    In ‘My Account’ section the tab ‘Membership’ displays a small rectangle before the word. Is it possible to remove it?
    Also, once inside the membership tab, on the top before ‘Content / Products / Discounts …’ there’s a black bullet point.
    Would be great if you could provide CSS to remove this elements.

    Thank you!

    #1349485

    Hey nasi,

    Yes, it’s possible, please add this CSS code in Enfold > General Styling > Quick CSS:

    #top .woocommerce-MyAccount-navigation-link a:before {
        display: none;
    }

    Best regards,
    Nikko

    #1349508

    Hi Nikko,

    Thanks for the code!
    This removed the square from the left tabs, perfect!

    Is it possible to also remove the black bullet points in front of the sections inside the Members Tab?
    I added an image below so you can see the location.

    Thanks!!

    #1349514

    Hi,

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    ul.af_members_area_data_tabs li {
      list-style: none;
    }
    

    Best regards,
    Yigit

    #1349532

    Yep, that did it!
    Thanks a lot Yigit. You can close the Topic

    #1349544

    Hi,

    You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove bullet points and text decoration in my account section’ is closed to new replies.