Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1163405

    Dear support-team,

    first of all I would like to thank you for your service!

    My Problem: I would like to have square bulletpoints in a text-list in a custom color.
    I tried to to this with several CSS codes but either I get Bulletpoints all over my navigation e.g. in the main menu or nothing happened. Perhaps you could help me in this problem?

    Thank you very much!

    #1163406

    is there a link to see – it is easier to give advice then

    #1163409
    This reply has been marked as private.
    #1163517

    Hi,

    Thanks for the update. As far as I’m aware you can’t style the bullets colour individually from the text, you would have to use a background image for that: https://www.w3schools.com/css/css_list.asp

    You can target the list in your content on the page your linked to using this CSS:

    .bullets_intable ul {
      //Your CSS goes here
    } 

    Best regards,
    Rikard

    #1163891

    on former times that was a hard stuff to realize. – Because the list-style-image had a bad browser support but it seem that time has changed a bit:
    https://caniuse.com/#search=list-style-image

    #1164116

    Hello,

    ok, the code worked fine. I used a small dot as a .png to solve the task.

    Thank you very much!

    #1164271

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Custom Bulletpoints’ is closed to new replies.