@phenomlab That will be nice once they have completed that. It will be interesting to see how long that takes. So for now I will use custom css to make it look the way I want. Frameworks just make things a little faster. Thanks @phenomlab
Solved [NodeBB] First post customization
-
Hi @phenomlab , how are you?
I would like to separate the first post from the rest (NodeBB v1.18.6) โฆ I see that you have a border and background customization enabled at the dark mode. How can I target the first post only?
I just could not find the correct CSS change for the first post.
I am trying to do something like this:
.posts .timeline li[data-index="0"] { border-bottom: 1px solid #eee; }
But, unfortunately it does not work
Any help is appreciatedโฆ
-
@crazycells hi. Hope youโre well. Does it work if you set
!important
after the class ? -
@phenomlab said in [NodeBB] First post customization:
@crazycells hi. Hope youโre well. Does it work if you set
!important
after the class ?Thanks for the suggestion. With the code above it did not work but I later found the correct codes:
li[data-index="0"] .post-footer { border-bottom: 1px solid #eee; }
-
@crazycells good to hear ! Iโll mark this resolved.
-
phenomlab
-
@phenomlab thanks
Discover More
-
Solved Bootstrap Version
Customisation • • Madchatthew -
Unsolved [NODEBB] Stats
Customisation • • DownPW -
Solved nodebb-plugin-customize error
Customisation • • RiekMedia -
Solved NodeBB Design help
Customisation • • RiekMedia