So the date and timestamp is linked to hovering over a particular plurk and I can't figure out how to isolate that bit of code, since it goes away the moment you stop hovering over the plurk. I'll keep trying for a bit, but it's a beyond my current coding skills.
NEVERMIND, I FOUND IT! The only thing is, making it transparent is probably not the best idea since the hover time stamp is meant to sit on top of the beneath time stamp. You'll have text overlap if you make it transparent.
You may want to try coding for a background color and font color of your choice instead, if you'd like to keep the stamp.
Otherwise, below is how to make those stamps disappear completely.
/* Time Stamp when hovering over a plurk*/ #time_show span {background-color: transparent !important; height:0px; opacity:0}
.morning, .morning show { background-color: transparent !important; height:0px; opacity:0}
no subject
So the date and timestamp is linked to hovering over a particular plurk and I can't figure out how to isolate that bit of code, since it goes away the moment you stop hovering over the plurk. I'll keep trying for a bit, but it's a beyond my current coding skills.NEVERMIND, I FOUND IT!
The only thing is, making it transparent is probably not the best idea since the hover time stamp is meant to sit on top of the beneath time stamp. You'll have text overlap if you make it transparent.
You may want to try coding for a background color and font color of your choice instead, if you'd like to keep the stamp.
Otherwise, below is how to make those stamps disappear completely.
/* Time Stamp when hovering over a plurk*/
#time_show span {background-color: transparent !important;
height:0px;
opacity:0}
.morning, .morning show {
background-color: transparent !important;
height:0px;
opacity:0}