I have tried everything to remove the date column 'aside' from my articles. I found the code below however I want it to be page specific. The code below works but I've tried everything to make it specific to my page.
- Code: Select all
aside {
display: none !important;
position: relative;
width: 118px;
text-align: right;
}
aside + .k2box {
margin-left: 0;
}
My page is currently offline. I have attached an image with my firebug open.

Can anyone help please?
Thank you