The font color of the search function, at the top of the board, is white on a white background. This is not good at all!
The color code is in the template
navigation.html
file
Code: Select all
<form class="d-flex" method="post" action="./search.php" role="search">
<input class="form-control me-2 text-white" type="search" placeholder="{L_SEARCH_MINI}"
aria-label="{L_SEARCH}" name="keywords" id="keywords">
<button class="btn btn-outline-light" type="submit"><i class="bi bi-search-heart"></i></button>
</form>
Replace
text-white
by
text-black
Capture d’écran 2024-05-29 à 13.13.24.png
Another point, when you add a subject icon the display is spoiled
Capture d’écran 2024-05-29 à 13.17.56.png
You do not have the required permissions to view the files attached to this post.