Quote from: iberan on 16 December 2024, 08:39:08So sorry Federica because I wrote Fridericano problem!![]()
QuoteOn search page All books (or Search results) numbers does not visible when the template background is not dark.I added the new class "text-bg-info"
<span class="badge text-bg-info"><?php echo $this->total;?></span>
<?php if ($this->params->def('show_page_heading', 1)) : ?>
It looks like the "show_page_heading" option field is missing from config.xml (and/or from default.xml files), so the page headings are always invisible.<span class="badge"><?php echo $this->total;?></span>
to:<span class="badge" style="color: #000;"><?php echo $this->total;?></span>