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!
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
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!!
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
Yep, that did it!
Thanks a lot Yigit. You can close the Topic