This topic has 2 replies, 2 voices, and was last updated 9 years, 4 months ago ago by Eva Kemp
In the portfolio page. (mine is the custom apparel page) Is there anyway to just make the thumbnail clickable straight to the designated page? Rather than giving 2 options (1 to make it bigger, and 2 to go to the page.) I don’t need to make the thumbnail bigger. It would be more convenient to make click straight to the page. Is this possible?
Thanks again for the help!
Hello,
Go to Theme Options > Portfolio > Enable Lightbox For Projects > Off and add this code in custom css:
.portfolio-image .btn_group a span {
display: none;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up