Hi there
I’m trying to find a away to change the bulleted list so that it’s replaced with an em dash.
Any help would be great
Thanks
Richard
Hey raslade!
Can you please post the link to your page and point out the changes you would like to make?
Regards,
Yigit
Hi Yigit
Sorry for the delay. The site is in development so still a few holes, see link below. The section needing em dashes is the three columns under services.
Thanks
Richard
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.entry-content-wrapper ul li:before {
content: '- ';
font-weight: bold;
}
ul.disc, .entry-content-wrapper ul {
list-style: none;
}
Best regards,
Yigit
Hi Yigit
Spot on thank you. Made a slight tweak to the indent but working like a treat now.
Thanks
Richard