NodeBB customisation
-
@jac are you referring to the green dot ? What would you like to change ?
-
-
@jac Ok, but Iām not sure this is going to be a good idea. On/Off typically aligns itself to ātraffic lightā colours, so if anything, it should be green and red (or grey for āofflineā).
-
@jac Ok, but Iām not sure this is going to be a good idea. On/Off typically aligns itself to ātraffic lightā colours, so if anything, it should be green and red (or grey for āofflineā).
@phenomlab said in NodeBB customisation:
@jac Ok, but Iām not sure this is going to be a good idea. On/Off typically aligns itself to ātraffic lightā colours, so if anything, it should be green and red (or grey for āofflineā).
Thatās a fair point mate, probably just change the offline to red then if possible at all?
Many thanks mate.
-
@phenomlab said in NodeBB customisation:
@jac Ok, but Iām not sure this is going to be a good idea. On/Off typically aligns itself to ātraffic lightā colours, so if anything, it should be green and red (or grey for āofflineā).
Thatās a fair point mate, probably just change the offline to red then if possible at all?
Many thanks mate.
@jac with the css the offline point changes from gray to red
.status.offline { color:red; } -
@jac with the css the offline point changes from gray to red
.status.offline { color:red; }@riekmedia said in NodeBB customisation:
@jac with the css the offline point changes from gray to red
.status.offline { color:red; }Many thanks for the code that has worked.

.Iāll not be much help technical wise Iām afraid on here but itās great to see others posting and helping out too
. -
@riekmedia said in NodeBB customisation:
@jac with the css the offline point changes from gray to red
.status.offline { color:red; }Many thanks for the code that has worked.

.Iāll not be much help technical wise Iām afraid on here but itās great to see others posting and helping out too
.Is there any way to style this widget at all?

Image uploaded successfully


. -
@jac yes, there is. What do you have in mind ?
-
Unsure if itās possible but for the title background to be in yellow thatās used throughout the forum and then the main background to be blue with white font?
Iām unsure if this is poss for individual widgets however if this can be achieved that would look great!
Many thanks.
-
Unsure if itās possible but for the title background to be in yellow thatās used throughout the forum and then the main background to be blue with white font?
Iām unsure if this is poss for individual widgets however if this can be achieved that would look great!
Many thanks.
Basically Iām looking to improve and edit things where I can, so little changes here and there that I think will make a difference
. -
Unsure if itās possible but for the title background to be in yellow thatās used throughout the forum and then the main background to be blue with white font?
Iām unsure if this is poss for individual widgets however if this can be achieved that would look great!
Many thanks.
@jac said in NodeBB customisation:
Iām unsure if this is poss for individual widgets
Not āout of the boxā but absolutely possible with the use of ID attributes once added to the widgets themselves.
-
@jac said in NodeBB customisation:
Iām unsure if this is poss for individual widgets
Not āout of the boxā but absolutely possible with the use of ID attributes once added to the widgets themselves.
@phenomlab that definitely sounds great if it is possible
. -
@jac said in NodeBB customisation:
Iām unsure if this is poss for individual widgets
Not āout of the boxā but absolutely possible with the use of ID attributes once added to the widgets themselves.
@phenomlab said in NodeBB customisation:
@jac said in NodeBB customisation:
Iām unsure if this is poss for individual widgets
Not āout of the boxā but absolutely possible with the use of ID attributes once added to the widgets themselves.
Interested to see how this would look.
-
@phenomlab said in NodeBB customisation:
@jac said in NodeBB customisation:
Iām unsure if this is poss for individual widgets
Not āout of the boxā but absolutely possible with the use of ID attributes once added to the widgets themselves.
Interested to see how this would look.
@jac Itāll look like this

CSS (already applied to your forum)
.panel-heading.custom { background: #ffc557; color: #194F90; } .panel-body.custom2 { background: #194F90; color: #ffffff; } .panel-body.custom2 small { color: #ffffff; font-size: 40%; } .row.forum-stats { margin-left: 5px; margin-right: 5px; } -
@jac Itāll look like this

CSS (already applied to your forum)
.panel-heading.custom { background: #ffc557; color: #194F90; } .panel-body.custom2 { background: #194F90; color: #ffffff; } .panel-body.custom2 small { color: #ffffff; font-size: 40%; } .row.forum-stats { margin-left: 5px; margin-right: 5px; }@phenomlab said in NodeBB customisation:
@jac Itāll look like this

CSS (already applied to your forum)
.panel-heading.custom { background: #ffc557; color: #194F90; } .panel-body.custom2 { background: #194F90; color: #ffffff; } .panel-body.custom2 small { color: #ffffff; font-size: 40%; } .row.forum-stats { margin-left: 5px; margin-right: 5px; }Wow that looks great!!


-
@phenomlab said in NodeBB customisation:
@jac Itāll look like this

CSS (already applied to your forum)
.panel-heading.custom { background: #ffc557; color: #194F90; } .panel-body.custom2 { background: #194F90; color: #ffffff; } .panel-body.custom2 small { color: #ffffff; font-size: 40%; } .row.forum-stats { margin-left: 5px; margin-right: 5px; }Wow that looks great!!


@jac said in NodeBB customisation:
@phenomlab said in NodeBB customisation:
@jac Itāll look like this

CSS (already applied to your forum)
.panel-heading.custom { background: #ffc557; color: #194F90; } .panel-body.custom2 { background: #194F90; color: #ffffff; } .panel-body.custom2 small { color: #ffffff; font-size: 40%; } .row.forum-stats { margin-left: 5px; margin-right: 5px; }Wow that looks great!!


Many thanks Mark incredibly happy with the result!

-
@jac said in NodeBB customisation:
@phenomlab said in NodeBB customisation:
@jac Itāll look like this

CSS (already applied to your forum)
.panel-heading.custom { background: #ffc557; color: #194F90; } .panel-body.custom2 { background: #194F90; color: #ffffff; } .panel-body.custom2 small { color: #ffffff; font-size: 40%; } .row.forum-stats { margin-left: 5px; margin-right: 5px; }Wow that looks great!!


Many thanks Mark incredibly happy with the result!

@jac Good. Thanks for letting me know.
-
@phenomlab brilliant mate





. Thanks again. -
@phenomlab brilliant mate





. Thanks again.I wonder if the slider can be customised with CSS?
Looking to add colour thoughout here and there without overdoing it of course.
-
I wonder if the slider can be customised with CSS?
Looking to add colour thoughout here and there without overdoing it of course.
@jac Can can customise anything with CSSā¦
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better š
Register LoginRelated Topics
-
-
-
-
-
-
NodeBB Footer
Solved Customisation -
-
Customising NodeBB
Locked Customisation