@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 ๐ค๐๐ป.
@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.
@jac Can can customise anything with CSSโฆ
@phenomlab very happy to hear this
@jac said in NodeBB customisation:
@phenomlab very happy to hear this
Yes, but the key here is to not over eggโฆ
@phenomlab Absolutely, Iโm just looking to do subtle changes which I think you have achieved so far, canโt thank you enough for the help given via Sudonix .
Is there any way to chance the colour of these at all?
@jac I was thinking the boxes to have a blue background with white icons, and for the reply arrow to be a yellow background colour with a white or blue arrow icon.
@jac yes, but the css classes used by these are also used elsewhere which may result in undesirable behavior elsewhere.
@phenomlab hmm! I see, itโs a tough one then!?
@jac just looking at other little bits to improve thenโฆ
What about doing the reverse of the โforum statsโ widget?
Many thanks as always.
@jac Like this ?
Revised and simplified CSS
.custom {
background: #ffc557 !important;
color: #00205c!important
}
.custom a {
color: #00205c !important;
}
.custom2 {
background: #194F90 !important;
color: #ffffff;
}
.custom2 small {
color: #ffffff;
font-size: 40%;
}
@phenomlab brilliant mate, thanks very much for that .
I wonder if itโs possible to see a preview of what the post titles (header) looks like without the yellow and with blue font?
@jac said in NodeBB customisation:
I wonder if itโs possible to see a preview of what the post titles (header) looks like without the yellow and with blue font?
Either that or the blue background and white writing?
@jac I know we thought it would clash with the header but itโd certainly be interesting to see how it looks.
@phenomlab said in NodeBB customisation:
@jac Here you go
Blue font
Blue background, writing font
The blue with white coloured font does look good!
@phenomlab said in NodeBB customisation:
Blue background, writing font
Definitely matches the teamโs first colours better anyway how do I override the yellow Mark?
@jac Itโs done mate.