[TC5.2.4+Joomla4] No Breadcrumbs and Pagination CSS are set.
I use Joomla 4.2.3 and the Breadcrumbs and Pagination styling is not working with Template Creator 5.2.4
Please Log in or Create an account to join the conversation.
I had the same problem, I couldn't remove the background color from the Breadcrumbs via Template-creator. I forced the CSS rules with this:
.breadcrumb {
padding:0px;
font-size:1.2rem;
font-weight:bold;
margin: 0px;
list-style: none;
background-color: white;
}
.breadcrumb > li > .divider {
padding: 0 5px;
color: #ffffff;
}
.breadcrumb > .active {
color: #4a4848;
font-weight: bold;
}
I don't know if this is THE solution but you can start from these CSS rules and modify them.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
for info
23/08/22 : Version 5.2.2
Add compatibility with WEBP images
Add compatibility with PHP 8.1
Improve the interface, now impossible to copy the maincontent
Improve interface, click on the hidden eye make it appear again
Fix PHP warning
Fix issue with article details shown horizontally
Fix issue with breadcrumbs background color
26/09/22 : Version 5.2.3
Improve border settings : you can remove it with a zeor value in the border width
Fix css with the modal in Joomla 4
Fix css with article pagination
please give me the url of your page to check the problem
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
for info this is not a bug, this is the default color from Joomla/Bootstrap
you can update it with this custom css rule
I will try to add some features to improve that
For the other request by email about the login page, please give me some infos because I do'nt see the missing css
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.