Node Styling Properties

Dixie McCall

Well-known member
Would it be possible to add individual node styling properties, especially categories? I'll give you 5 bucks if you do and I'll even throw in some chocolate and warm beer.
 
You can style individual nodes by doing this
go to AdminCP-> Find extra.less
Add and try this:
SCSS:
body[data-template="forum_view"]{
    data-container-key="node-3"{
        // your custom styles goes here
    }
}
 
homer simpson beer GIF
 
Top Bottom