Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1302376

    hello all

    If I make a breakdown

    • Koordinator
    • Überwachung
    • Schadenminderung
    • Abrechnung

    is it possible to display only the point in a different colour.

    Thank you in advance

    Kind regards
    Franz

    #1302377

    you can find here some solutions on that. https://kriesi.at/support/topic/bulleted-list-dots-quick-css/
    I could of course give more precise advice with a link to the appropriate page.

    #1302621

    Hi Franz,

    Thanks for contacting us!

    Please refer to @Guenni007’s reply :)


    @Guenni007
    Thanks for your help as always :)

    Best regards,
    Yigit

    #1302709

    Hallo Guenni 007

    Vielen herzlichen Dank für deine Hilfe!

    Habe es nicht vergessen, bin nur noch nicht dazugekommen mich zu bedanken.

    Freundliche Grüsse
    Franz

    Dieses Ticket kann dann geschlossen werden.

    #1302712

    Hallo Guenni007
    Sorry one more addendum
    Here is an example from me

    if the enumeration is multiline, it moves the next line to the left

    thanks

    Kind regards
    Franz

    #1303137

    Hi,

    Thank you for the update.

    Would you mind providing a screenshot of the issue? Looks like you already managed to change the color of the list style. If not, try this css code.

    .avia_textblock ul.disc, .entry-content-wrapper .avia_textblock ul {
    	list-style: none !important;
    }
    
    .avia_textblock li::before {
    	list-style: disc;
    	content: "\2022";
    	color: red;
    	font-weight: bold;
    	display: inline-block;
    	width: 1em;
    	margin-left: -1em;
    }

    Best regards,
    Ismael

    #1303141

    it is not as perfect as it could be.

    @ismael
    – i think he is looking for a solution in that li with a lot of text following “Dabei werden zwei Arten unterschieden:”

    Please remove the code – and after that i will see if it is better with some different code.

    Add to your code :

    .entry-content-wrapper .smaller-dots li {
        display: flex;
    }

    and maybe 8px padding-right is enough to synchronize it with the other normal dots:

    
    .smaller-dots ul li::before {
        content: "\00BB";
        padding-right: 8px;
        color: red;
    }
    • This reply was modified 3 years, 5 months ago by Guenni007.
    #1303148

    PS: stell die Seite mal auf Deutsch um !
    bin gespannt ob das hier dann noch vorkommt:

    #1303234

    Thanks a lot Guenni and Ismael

    now it fits great.

    You can then close this request

    kind regards
    Franz

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘dot in a different colour than text’ is closed to new replies.