This topic has 2 replies, 2 voices, and was last updated 5 years, 11 months ago ago by Rose Tyler
Hi,
on the portfolio page there is the project-title show on the image. I would love to have the font much bigger (2-3 times).
On hover there is a + icon shown which opens the image. Is ist possible to open the project instead and not just the image. If not it would be great to not show the +.
One more thing is that i would love to ad some text between the page title and the portfolio categories. As far as i know this is not so easy. Any way to get this done with shortcode or a plugin maybe?
Many thanks
Hello,
1) Please add this code in Theme Options > Custom css:
.portfolio-descr .project-title a {
font-size: 3rem;
}
2)
.portfolio-image .zoom {
display: none;
}
3) You can copy content-portfolio.php file from xstore theme folder into xstore-child and edit content appropriately to your needs https://prnt.sc/lthf4b
Regards
You must be logged in to reply to this topic.Log in/Sign up