Tagged: , ,

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

    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

    #665733

    Hey raslade!

    Can you please post the link to your page and point out the changes you would like to make?

    Regards,
    Yigit

    #666339

    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

    #666351

    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

    #666534

    Hi Yigit

    Spot on thank you. Made a slight tweak to the indent but working like a treat now.

    Thanks
    Richard

    #666575

    Hi,

    You are welcome! Let us know if you have any other questions or issues and enjoy your weekend! :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘List style em dash instead of bullet’ is closed to new replies.