Skip to content

NodeBB customisation

Locked Customisation
332 4 134.5k 1
  • @jac what are you looking for ?

    @phenomlab said in NodeBB customisation:

    @jac what are you looking for ?

    Iโ€™m not on the laptop currently so am unable to do it, but was thinking of maybe moving the message thatโ€™s displayed and just showing that for now on the home page only?

    As for the titles, maybe a blue background with white writing? May look bad but Iโ€™m trying to (with the great help from yourself) make it very much fit in with Stockport colours at every opportunity without overdoing it ;).

  • @phenomlab said in NodeBB customisation:

    @jac what are you looking for ?

    Iโ€™m not on the laptop currently so am unable to do it, but was thinking of maybe moving the message thatโ€™s displayed and just showing that for now on the home page only?

    As for the titles, maybe a blue background with white writing? May look bad but Iโ€™m trying to (with the great help from yourself) make it very much fit in with Stockport colours at every opportunity without overdoing it ;).

    @jac Ok. Might make sense to put together a mock up of sorts and Iโ€™ll work from that.

  • @jac Ok. Might make sense to put together a mock up of sorts and Iโ€™ll work from that.

    @phenomlab said in NodeBB customisation:

    @jac Ok. Might make sense to put together a mock up of sorts and Iโ€™ll work from that.

    Thanks mate. Will do ๐Ÿ˜

  • @phenomlab said in NodeBB customisation:

    @jac Ok. Might make sense to put together a mock up of sorts and Iโ€™ll work from that.

    Thanks mate. Will do ๐Ÿ˜

    What I want is where the title is to be blue in the background, with white font?

    And then I thought well this will clash with the menu bar that is also blue so I donโ€™t know whether it can be done but maybe a yellow line to separate the menu and the article title?

    Many thanks.

    IMG_20211011_193140.jpg

  • What I want is where the title is to be blue in the background, with white font?

    And then I thought well this will clash with the menu bar that is also blue so I donโ€™t know whether it can be done but maybe a yellow line to separate the menu and the article title?

    Many thanks.

    IMG_20211011_193140.jpg

    @jac Iโ€™m not so sure about this

    5745540e-3637-4e32-abe5-91e2f8774d11-image.png

    Itโ€™s too much blue (my opinion). Iโ€™d do this

    .topic-title {
        font-weight: 300 !important;
    }
    
    .topic [component="post/header"] {
        margin-top: 0;
        background: #ffc557;
        color: #00205c;
        padding-left: 20px;
        padding-bottom: 5px;
    }
    

    Itโ€™s in keeping with the club colours, and will look like this

    e1c76f50-8740-4b12-8c5a-011ff446a46f-image.png

  • @jac Iโ€™m not so sure about this

    5745540e-3637-4e32-abe5-91e2f8774d11-image.png

    Itโ€™s too much blue (my opinion). Iโ€™d do this

    .topic-title {
        font-weight: 300 !important;
    }
    
    .topic [component="post/header"] {
        margin-top: 0;
        background: #ffc557;
        color: #00205c;
        padding-left: 20px;
        padding-bottom: 5px;
    }
    

    Itโ€™s in keeping with the club colours, and will look like this

    e1c76f50-8740-4b12-8c5a-011ff446a46f-image.png

    @phenomlab said in NodeBB customisation:

    @jac Iโ€™m not so sure about this

    5745540e-3637-4e32-abe5-91e2f8774d11-image.png

    Itโ€™s too much blue (my opinion). Iโ€™d do this

    .topic-title {
        font-weight: 300 !important;
    }
    
    .topic [component="post/header"] {
        margin-top: 0;
        background: #ffc557;
        color: #00205c;
        padding-left: 20px;
        padding-bottom: 5px;
    }
    

    Itโ€™s in keeping with the club colours, and will look like this

    e1c76f50-8740-4b12-8c5a-011ff446a46f-image.png

    Wow that looks great!!!

    ,๐Ÿ˜๐Ÿ˜๐Ÿ˜

  • @phenomlab said in NodeBB customisation:

    @jac Iโ€™m not so sure about this

    5745540e-3637-4e32-abe5-91e2f8774d11-image.png

    Itโ€™s too much blue (my opinion). Iโ€™d do this

    .topic-title {
        font-weight: 300 !important;
    }
    
    .topic [component="post/header"] {
        margin-top: 0;
        background: #ffc557;
        color: #00205c;
        padding-left: 20px;
        padding-bottom: 5px;
    }
    

    Itโ€™s in keeping with the club colours, and will look like this

    e1c76f50-8740-4b12-8c5a-011ff446a46f-image.png

    Wow that looks great!!!

    ,๐Ÿ˜๐Ÿ˜๐Ÿ˜

    As for the blue one, would that look any better with the blue info block removed at all? Or is it still too much?

    Many thanks mate ๐Ÿ˜

  • As for the blue one, would that look any better with the blue info block removed at all? Or is it still too much?

    Many thanks mate ๐Ÿ˜

    @jac I think itโ€™s too much because of the header being the same colour. A blue of they shade will only work if there is something in between it. Itโ€™s made much worse as the thread gets longer.

    When the page is scrolled, the title is set to sticky meaning that itโ€™s always visible at the top of the screen. This means the colour is never out of view and is then dominant.

    The yellow is a better choice as itโ€™s not being used anywhere else in the thread and as a result wonโ€™t look overdone.

  • @jac I think itโ€™s too much because of the header being the same colour. A blue of they shade will only work if there is something in between it. Itโ€™s made much worse as the thread gets longer.

    When the page is scrolled, the title is set to sticky meaning that itโ€™s always visible at the top of the screen. This means the colour is never out of view and is then dominant.

    The yellow is a better choice as itโ€™s not being used anywhere else in the thread and as a result wonโ€™t look overdone.

    @phenomlab said in NodeBB customisation:

    @jac I think itโ€™s too much because of the header being the same colour. A blue of they shade will only work if there is something in between it. Itโ€™s made much worse as the thread gets longer.

    When the page is scrolled, the title is set to sticky meaning that itโ€™s always visible at the top of the screen. This means the colour is never out of view and is then dominant.

    The yellow is a better choice as itโ€™s not being used anywhere else in the thread and as a result wonโ€™t look overdone.

    Thanks for the advice mate, no I agree the yellow would be a better choice definitely. Iโ€™ll apply now.

  • @phenomlab said in NodeBB customisation:

    @jac I think itโ€™s too much because of the header being the same colour. A blue of they shade will only work if there is something in between it. Itโ€™s made much worse as the thread gets longer.

    When the page is scrolled, the title is set to sticky meaning that itโ€™s always visible at the top of the screen. This means the colour is never out of view and is then dominant.

    The yellow is a better choice as itโ€™s not being used anywhere else in the thread and as a result wonโ€™t look overdone.

    Thanks for the advice mate, no I agree the yellow would be a better choice definitely. Iโ€™ll apply now.

    @jac said in NodeBB customisation:

    @phenomlab said in NodeBB customisation:

    @jac I think itโ€™s too much because of the header being the same colour. A blue of they shade will only work if there is something in between it. Itโ€™s made much worse as the thread gets longer.

    When the page is scrolled, the title is set to sticky meaning that itโ€™s always visible at the top of the screen. This means the colour is never out of view and is then dominant.

    The yellow is a better choice as itโ€™s not being used anywhere else in the thread and as a result wonโ€™t look overdone.

    Thanks for the advice mate, no I agree the yellow would be a better choice definitely. Iโ€™ll apply now.

    Applied mate, looks great, thank you very much. Is there a way to change the titles to bold at all?

    Many thanks as always mate. Donโ€™t forget the Phenomlab footer ๐Ÿ˜๐Ÿ˜‰.

  • @jac said in NodeBB customisation:

    @phenomlab said in NodeBB customisation:

    @jac I think itโ€™s too much because of the header being the same colour. A blue of they shade will only work if there is something in between it. Itโ€™s made much worse as the thread gets longer.

    When the page is scrolled, the title is set to sticky meaning that itโ€™s always visible at the top of the screen. This means the colour is never out of view and is then dominant.

    The yellow is a better choice as itโ€™s not being used anywhere else in the thread and as a result wonโ€™t look overdone.

    Thanks for the advice mate, no I agree the yellow would be a better choice definitely. Iโ€™ll apply now.

    Applied mate, looks great, thank you very much. Is there a way to change the titles to bold at all?

    Many thanks as always mate. Donโ€™t forget the Phenomlab footer ๐Ÿ˜๐Ÿ˜‰.

    @jac said in NodeBB customisation:

    Is there a way to change the titles to bold at all?

    Yes - just remove this block

    .topic-title {
        font-weight: 300 !important;
    }
    
  • @jac said in NodeBB customisation:

    Is there a way to change the titles to bold at all?

    Yes - just remove this block

    .topic-title {
        font-weight: 300 !important;
    }
    

    @phenomlab said in NodeBB customisation:

    @jac said in NodeBB customisation:

    Is there a way to change the titles to bold at all?

    Yes - just remove this block

    .topic-title {
        font-weight: 300 !important;
    }
    

    Many thanks mate, will try this later ๐Ÿ˜.

  • @phenomlab said in NodeBB customisation:

    @jac said in NodeBB customisation:

    Is there a way to change the titles to bold at all?

    Yes - just remove this block

    .topic-title {
        font-weight: 300 !important;
    }
    

    Many thanks mate, will try this later ๐Ÿ˜.

    @jac said in NodeBB customisation:

    @phenomlab said in NodeBB customisation:

    @jac said in NodeBB customisation:

    Is there a way to change the titles to bold at all?

    Yes - just remove this block

    .topic-title {
        font-weight: 300 !important;
    }
    

    Many thanks mate, will try this later ๐Ÿ˜.

    Worked great, many thanks ๐Ÿ˜๐Ÿ‘๐Ÿป.

  • @jac said in NodeBB customisation:

    @phenomlab said in NodeBB customisation:

    @jac said in NodeBB customisation:

    Is there a way to change the titles to bold at all?

    Yes - just remove this block

    .topic-title {
        font-weight: 300 !important;
    }
    

    Many thanks mate, will try this later ๐Ÿ˜.

    Worked great, many thanks ๐Ÿ˜๐Ÿ‘๐Ÿป.

    @jac Good

  • @phenomlab said in NodeBB customisation:

    @jac Good

    Still going with the little changes here and there, so many thanks for the continued support ๐Ÿ˜.

  • @phenomlab said in NodeBB customisation:

    @jac Good

    Still going with the little changes here and there, so many thanks for the continued support ๐Ÿ˜.

    @jac No problems. Iโ€™ll close this thread as soon as weโ€™re done. It currently exists as a showcase for how youโ€™ve modified your NodeBB install to get it to look how you desire. This would then serve as a guide for others looking to go down the same rabbit hole.

  • @jac No problems. Iโ€™ll close this thread as soon as weโ€™re done. It currently exists as a showcase for how youโ€™ve modified your NodeBB install to get it to look how you desire. This would then serve as a guide for others looking to go down the same rabbit hole.

    @phenomlab said in NodeBB customisation:

    @jac No problems. Iโ€™ll close this thread as soon as weโ€™re done. It currently exists as a showcase for how youโ€™ve modified your NodeBB install to get it to look how you desire. This would then serve as a guide for others looking to go down the same rabbit hole.

    Great idea!

    Mamy thanks again ๐Ÿ˜

  • @phenomlab said in NodeBB customisation:

    @jac No problems. Iโ€™ll close this thread as soon as weโ€™re done. It currently exists as a showcase for how youโ€™ve modified your NodeBB install to get it to look how you desire. This would then serve as a guide for others looking to go down the same rabbit hole.

    Great idea!

    Mamy thanks again ๐Ÿ˜

    Looking to add a line / divider under eachother comment to seperate them properly, is this possible?

    Many thanks.

  • Looking to add a line / divider under eachother comment to seperate them properly, is this possible?

    Many thanks.

    @jac Something like this ?

    8b5277ff-fee0-45ff-bf97-349e5528511f-image.png

    .topic .posts.timeline .timeline-event:not(:last-child), .topic .posts.timeline>[component=post]:not(:last-child) {
        border-bottom: 1px solid #eeeeee;
    }
    
  • @jac Something like this ?

    8b5277ff-fee0-45ff-bf97-349e5528511f-image.png

    .topic .posts.timeline .timeline-event:not(:last-child), .topic .posts.timeline>[component=post]:not(:last-child) {
        border-bottom: 1px solid #eeeeee;
    }
    

    @phenomlab said in NodeBB customisation:

    @jac Something like this ?

    8b5277ff-fee0-45ff-bf97-349e5528511f-image.png

    .topic .posts.timeline .timeline-event:not(:last-child), .topic .posts.timeline>[component=post]:not(:last-child) {
        border-bottom: 1px solid #eeeeee;
    }
    

    Thanks Mark, Iโ€™ll apply this when I can.

    As for the tags in the screenshot are they generally big or it is the screenshot that is playing tricks? ๐Ÿ˜‰.


Related Topics
  • NodeBB recent cards customisation

    Solved Customisation nodebb recent cards
    3
    1
    2 Votes
    3 Posts
    713 Views
    @phenomlab thank you very much for the assistance Mark, massively appreciated as always. The great thing about this is itโ€™s all documented for other NodeBB users that come looking for solutions . Looks far better .
  • 6 Votes
    15 Posts
    3k Views
    No no, I said that in the sense that he told me it was simple ^^ I was able to see that this was not the case by targeting the elements he had advised me.
  • Changing Background on NodeBB

    Solved Customisation background image nodebb
    4
    0 Votes
    4 Posts
    1k Views
    @cagatay Youโ€™d target the body tag and use the below line of CSS background: url(/assets/customcss/backgrounds/default/default.png) no-repeat center center fixed; Obviously, you need to change the path to suit where your image is being stored. More info around the background property can be found here https://www.w3schools.com/cssref/css3_pr_background.php
  • NodeBB inline videoplayer

    Solved Customisation nodebb
    12
    3 Votes
    12 Posts
    2k Views
    @phenomlab YAY! It works Thanks so much
  • Social icon (Nodebb)

    Solved Customisation nodebb social
    7
    0 Votes
    7 Posts
    2k Views
    @phenomlab said in Social icon (Nodebb): @jac I just tested my theory around using the OG image, and according to the Twitter card validator, it works fine [image: 1638880098289-73e805e1-997b-41bf-9259-51c5052ca8fc-image.png] fixed
  • NodeBB Discord Plugins

    Unsolved Customisation nodebb discord plugin
    7
    0 Votes
    7 Posts
    2k Views
    @RiekMedia hi. Just following up on this thread (I know itโ€™s old) but was curious to understand if itโ€™s still an issue or not ?
  • NodeBB Design help

    Solved Customisation
    8
    3
    2 Votes
    8 Posts
    2k Views
    @riekmedia Iโ€™ve applied some new CSS to your site. Can you reload the page and try again ? For the record, this is what I added #footer { background: #2d343e; border-top: 4px solid #2d343e; font-size: 0.9em; margin-top: 70px; padding: 80px 0 0; position: relative; clear: both; bottom: 0; left: 0; right: 0; z-index: 1000; margin-left: -15px; margin-right: -338px; } The /categories page seems a bit messed up, so looking at that currently EDIT - issued some override CSS in the CATEGORIES widget <!--- CSS fix for overspill on /categories page - DO NOT DELETE --> <style> #footer { margin-right: -45px; } </style> That should resolve the /categories issue.
  • Forum customisation

    Customisation forum customise
    17
    3 Votes
    17 Posts
    3k Views
    @jac said in Forum customisation: @phenomlab said in Forum customisation: @jac 100%. Just setting up some free time. Iโ€™m on annual leave from work offer the coming 2 weeks so hopefully will have a bit more time then. Not a problem Mark, I donโ€™t wish for you to use all your spare time doing that, just do it when you can, no issues I know youโ€™re busy doing other things but when you get a chance mate Iโ€™m happy for this to go ahead along with the RSS script.