exposure portfolio - hover items

Hi, 

I am using the exposure portfolio display option. Two questions: 

1) After hovering, it dislpays "date". How do I remove this? 


2) How can I display "task" entered in portfolio discussion instead? Right now it displays "Client, Website, Date". I would like it to display "Client, Website, Task" on hover. 



website link:



Comments

  • Hey,

    to remove date on hover, you need to use an extra css:
    .portfolio_group.exposure .portfolio-item .details-wrapper .column.date { display: none !important; }
    but to replace it another box, you need to modify theme files as we do not have such possibility included.

    Thanks!
Sign In or Register to comment.