Good morning,
I added the following CSS to my portfolio page to eliminate the entry cover. I just want people to be able to click on the photo and be linked into the portfolio item. However, when took out the entry cover it also changes the cursor behavior - it does not change to the finger on hover anymore. Can someone tell me how to accomplish this? Thanks!
.x-portfolio .entry-cover {
display:none;
}
