Hi,
I love the effect, that only by hovering over the portfolio items at frontpage, the "read more" appears:
Example here:
http://www.suntimeluxury.com/
at frontpage and there at "Our Watches"
How can I do this effect in that way?
Thanks.
Hi,
I love the effect, that only by hovering over the portfolio items at frontpage, the "read more" appears:
Example here:
http://www.suntimeluxury.com/
at frontpage and there at "Our Watches"
How can I do this effect in that way?
Thanks.
Hi,
you find the styling of the read more link, in this case
.template-portfolio-overview .more-link
You put the display to none, like so:
display:none;
Then, you add
.template-portfolio-overview .more-link:hover;
Here you set the display to block, like so:
display:block;
Let me know if it works :)
works fine, thank you very much!
What CSS need I to edit in that way, to have this effect also at the frontpage concerning the blog post excerpts, that I show there?
Thanks.
Could you link me to your page?
You must log in to post.