-
AuthorPosts
-
May 26, 2021 at 8:35 am #1302376
hello all
If I make a breakdown
• Koordinator
• Überwachung
• Schadenminderung
• Abrechnungis it possible to display only the point in a different colour.
Thank you in advance
Kind regards
FranzMay 26, 2021 at 8:46 am #1302377you 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.May 27, 2021 at 12:55 pm #1302621Hi Franz,
Thanks for contacting us!
Please refer to @Guenni007’s reply :)
@Guenni007 Thanks for your help as always :)Best regards,
YigitMay 27, 2021 at 7:16 pm #1302709Hallo Guenni 007
Vielen herzlichen Dank für deine Hilfe!
Habe es nicht vergessen, bin nur noch nicht dazugekommen mich zu bedanken.
Freundliche Grüsse
FranzDieses Ticket kann dann geschlossen werden.
May 27, 2021 at 8:20 pm #1302712Hallo Guenni007
Sorry one more addendum
Here is an example from meif the enumeration is multiline, it moves the next line to the left
thanks
Kind regards
FranzMay 31, 2021 at 10:20 am #1303137Hi,
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,
IsmaelMay 31, 2021 at 10:39 am #1303141it 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.
May 31, 2021 at 10:59 am #1303148May 31, 2021 at 5:10 pm #1303234Thanks a lot Guenni and Ismael
now it fits great.
You can then close this request
kind regards
Franz -
AuthorPosts
- The topic ‘dot in a different colour than text’ is closed to new replies.