Thread Starter
smabe
(@smabe)
I need to make an e-card button visible. Currently the code has it hidden. I have put the code that is in style.css below. Can any one help me. I know that it is simple, but I can’t seem to get the /* */ in the right place
.pl-send-ecard img {
padding-right: 6px;
}
/* to hide or show the ecard link in the left sidebar */
.pl-send-ecard a
{
/* comment the following line to re-activate the e-card link */
visibility: hidden;
}
/*end side menu footer */