MyBB Community Forums

Full Version: BootBB - Responsive Multicolor MyBB Theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
(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.

[Image: ZNC3v19.png]

Very nice!  But it is different than Bootbb Reloaded that I am using right now?  I can't update my theme to this version?
(2024-05-17, 06:15 PM)RocketFoot Wrote: [ -> ]Very nice!  But it is different than Bootbb Reloaded that I am using right now?  I can't update my theme to this version?

Sent you a PM
(2024-05-17, 06:59 PM)Anurag M Wrote: [ -> ]Sent you a PM

Hello, and nice work! I hope this is related to the discussion, but I was just curious to know how did you turn the profile 

to look from this
https://i.imgur.com/mGwcEmH.png


to this
https://i.imgur.com/8EewcGi.png


Thanks!
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. Big Grin
 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?

[Image: footer-colors.png]
take a look here: https://getbootstrap.com/docs/4.0/components/buttons/
hope it helps you

if you want more colors, you have define a own class for them in your CSS
(2024-08-20, 05:24 AM)bv64 Wrote: [ -> ]take a look here: https://getbootstrap.com/docs/4.0/components/buttons/
hope it helps you

if you want more colors, you have define a own class for them in your CSS

Many thanks. Wink 
It has helped me with some. Would more colors be put in global css?
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34