(2024-05-17, 06:03 PM)Anurag M Wrote: [ -> ]In the new version, we have changed the design of the front page, Edited some components to fit properly on mobile, added some functionalities like User CP, MOD CP nav collapse on small screen. The breadcrumb has been updated. The CSS buttons adapt the colors of user's choice etc.
Check the screenshots here: Imgur: The magic of the Internet
You can also check: https://xiraa.com/index.php
Its using the same version with some extra modifications.
Also we have added CSS variables so one can choose any color they want by changing the variable.
Very nice! But it is different than Bootbb Reloaded that I am using right now? I can't update my theme to this version?
Choose postbit style classic I guess
As I resize the browser, I reach a threshold at about 1200px that the nav bar to the right of the logo drops down lower than the logo (though still aligned right). As I continue to resize, the hamburger kicks in at 768px as defined in responsive.css:
[
attachment=47040]
[
attachment=47041]
I would prefer that the hamburger kick in earlier and to that end, tried adjusting @media only screen and (max-width: 768px) to @media only screen and (max-width: 1150px) in responsive.css.
This causes alignment issues everywhere (not just in the header), as that 768px threshold appears to be hardcoded in some of the .less files:
[
attachment=47042]
[
attachment=47039]
Is there any way to do this, or should I learn to live with this as a quirk of an otherwise beautiful theme?
Thanks in advance.
Johnny
how can I change the top text menu colour?
Latest Posts
View Today's Posts
Search
Memberlist
also What's the best method to add a back to top button?
(2024-07-16, 05:31 PM)numanme Wrote: [ -> ]how can I change the top text menu colour?
Latest Posts
View Today's Posts
Search
Memberlist
This works for me:
.navbar-default .navbar-nav > li > a {
color: #333;
}
Hello.
I have added some buttons, in the "quick links" section; I would like to change the colors of some, for example: Spotify in green, Instagram in pink, etc. Can they be modified?