View Single Post
Old 08-11-2023, 02:17 PM   #8
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 47,114
Karma: 169815798
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
A quick look at the code you posted suggests that since your heading is being displayed as a list, what you are seeing is the list marker. You might want to take a look at the calibre2 and/or outline_ classes in the CSS stylesheet. If there is a list-style: disc; there, change it to list-style: none; otherwise just add the list-style: none; to it. The CSS might use list-style-type: whatever; which can be changed to list-style-type: none;

A quick and dirty fix if it works.
DNSB is offline   Reply With Quote