This topic has 6 replies, 2 voices, and was last updated 6 years, 4 months ago ago by Rose Tyler
Hello,
1. Please add this code in Theme Options > Styling > Custom css:
.portfolio-item.port-style-default .portfolio-descr {
background: transparent;
}
.portfolio-descr .project-title a, .portfolio-descr .posted-in a {
color: black;
}
2.
.portfolio-image .zoom {
display: none;
}
.portfolio-item-inner:hover .portfolio-image img {
opacity: 1;
}
Regards
Thanks for your help with the CSS.
I can now easily edit the font styles on that page.
What I would like to do now, however, is shift the titles (project-title and posted-in) to be bottom-aligned on the images.
This way, the text will most of the time appear in the white space. I don’t want the text to be overlaid on my colour swatches:
http://ctsfishing.com/rod-colours/
Thanks
You can use this code
.portfolio-descr {
padding: 0px;
}
if this https://prnt.sc/k6x5nj is not what you are looking for, please describe the desired result in more details.
Regards
Perfect! Thank you very much Rose.
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up