Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1370867

    Hi,

    I would prefer to have a hyphen at the beggining of each point in my bullet lists instead of a circle — is it possible?

    [ ‘—’ instead of ‘•’]

    Thanks
    Stephen

    #1370868

    UPDATE:

    I found some CSS code on this support forum and applied it but it seems not to work.

    Thanks

    • This reply was modified 2 years ago by envato99.
    • This reply was modified 2 years ago by envato99.
    • This reply was modified 2 years ago by envato99.
    • This reply was modified 2 years ago by envato99. Reason: Fixed a problem caused by some CSS
    #1370912

    Hi,

    Great, I’m glad that you found a solution, and thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1370914
    This reply has been marked as private.
    #1370956

    Hi,

    Please refer to this: https://stackoverflow.com/questions/3200249/html-list-style-type-dash

    Best regards,
    Rikard

    #1370993

    Thanks Rikard.

    I found some code that works for changing the bullet list character:

    li{list-style: none; padding:0; }
    li{padding-left: 2em; text-indent: -2em; }
    li:before {content: ‘—’; padding-right: 1em; }

    However, when I modify the bullet character, it affects the top menu. — I’m guessing WordPress or ENFOLD uses a list for the menus, and this list is also affected by the CSS snippet?

    Thanks,
    Stpehen.

    #1371037

    Hi,
    You could add a custom class to the element with your custom bullet points, such as the text element, and then add the custom class to your css, so only this area is changed. For example:

    .custom-bullets li{list-style: none; padding:0; }
    .custom-bullets li{padding-left: 2em; text-indent: -2em; }
    .custom-bullets li:before {content: '—'; padding-right: 1em; }

    Best regards,
    Mike

    #1371093

    Hi Mike,

    Thanks for that code snippet. I’ll give it a try later.

    [Did one of the Kriesi techs edit anything on credosoft.com recently? — the menu seems to have reverted back to displaying the problem bullet / hyphen characters again, though I don’t see any code in the custom CCS for ENFOLD…’]

    Thanks,
    Stpehen.

    #1371117

    Hi,

    Thanks for the update. We haven’t changed anything on your site, so I’m not sure how that would have happened.

    Best regards,
    Rikard

    #1371121
    This reply has been marked as private.
    #1371130

    Hi,
    Shall we close this thread then?

    Best regards,
    Mike

    #1371134

    Yes — please close this one Mike.

    Thanks,
    Stephen.

    #1371138

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Possible to change bullet character in bullet list?’ is closed to new replies.