Page Node Styling

0xym0r0n

Well-known member
I want to spice up a few page nodes for some upcoming features and promotions.
I'd specifically like to change the theme entirely but I'd be fine with just being able to edit the banner.


I know I've seen something like this somewhere before, but I can't seem to find it now. Did it get archived? Can anyone point me in the right direction? Much appreciated if you can!
 
Few ideas for pages:

Widget Framework, spiced up my boring pages right up
Also I hide the default title bar on my page, and created my own,
.node# .titleBar { display: none !important; }
# being the page you want to hide the title bar on,

From there of course you can create a custom one inside the template html easily.
 
Top Bottom