Forums
Home / Theme: Ample / Disable Link Portfolio
(@ratnoblackmore)
5 years, 5 months ago
Can i disable link on Portfolio Widget?
(@rajeshpoudel)
Hi,
If you want to disable the link on the Portfolio widget, can you go to the Appearance > Customize > Additional CSS in the dashboard and insert the code mentioned below:
.single-portfolio-thumbnail { pointer-events: none; }
Thanks.
Then how to remove icon link when i pointing the protfolio?
If you want to hide icon as well on hover, then you can replace the above-provided code with the code below:
.single-portfolio { pointer-events: none; }
No, I mean only the link icon is remove, but the portfolio title still appears. Can you help me?
If you want to hide only the link and show the title, then you can insert the below code inside Additional CSS box.
.single-portfolio .fa.fa-link{ display: none; }
You are GOD! Thank you!
One more, how to increase the number of letters characters displayed in the title of the portfolio?
Sorry, I can finish it myself, hehe..
Glad to know it worked. Feel free to ask again if you get any issue regarding the theme. If you liked this theme, you can help us by leaving a review.
Ok bro!