I think this is quite straightforward but I can't get it working. I want one notice to just contain an image and be clickable.
The image dimensions are 196px by 94px.
I can't work out how to make this one specific notice to be similar dimensions?
I thought this
but it didn't work. "gritter-score" is my custom style class.
I then need to hide the content and title and just have the image.
Thanks
The image dimensions are 196px by 94px.
I can't work out how to make this one specific notice to be similar dimensions?
I thought this
Code:
.gritter-score .gritter-notice-wrapper {
position:fixed;
top:20px;
right:20px;
width:196px;
z-index:9999;
}
but it didn't work. "gritter-score" is my custom style class.
I then need to hide the content and title and just have the image.
Thanks
