How do i remove "read more" on the portfolio page?
Read more on Portfolio
4 posts from 3 voices-
Posted 1 year ago #
-
Hi,
On your custom.css, drop this line.
.more-link { display:none; }Hope it helps. :)
Regards,
IsmaelPosted 1 year ago # -
Sorry it had no effect. maybe iam doing it the wrong way?
http://3296.linux7.testsider.dk/eksempler-pa-hvad-vi-laver/Posted 1 year ago # -
Hey,
Just need to add !important to the attribute so that it takes priority. Here is the updated code:
.more-link { display:none !important; }Regards,
Devin
Posted 1 year ago #
Reply
You must log in to post.














