Hi
Because of the background image on these pages http://theimplantexperts.com/patient-stories/ and http://theimplantexperts.com/us/team/ the featured images in the portfolio items are PNGs so I’d like to remove the white background and the stroke from the portfolio rectangle. Plus I’d also like to centre the title text under the image.
Many thanks for your help.
P.S. it’s the same issue with the portfolio grid on the homepage, so it’s wherever a portfolio grid is used.
Hey!
Try adding this in Dashboard -> Enfold -> General Styling -> Quick CSS,
.grid-content .entry-title {
text-align: center;
}
.grid-entry article {
background: transparent !important;
}
.image-overlay-inside {
display: none !important;
}
Best regards,
Elliott
Thanks Elliot but that doesn’t seem to have had any effect?
Hi!
It looks like your missing an ending bracket on this part,
.page-id-49 .avia-icon-list .iconlist_icon {
height: 30px;
width: 30px;
line-height: 24px;
font-size: 14px;
margin-bottom: 20px;
Best regards,
Elliott
I’ve added that bracket but the portfolio boxes are still white with a keyline and the text hasn’t been centered?
Hey!
It looks fine on my end. Make sure to clear your browser cache. If your still having issues then take a screenshot and highlight what your seeing and what your trying to do so we can get a better idea of what’s going on.
Cheers!
Elliott
Hi Elliot
See this visual http://theimplantexperts.com/wp-content/uploads/2014/11/PortfolioChanges.jpg
Regards
Rupert
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.grid-entry .inner-entry { box-shadow: none; }
.grid-content, .entry-content-header * { background-color: transparent!important; }
Best regards,
Yigit
Many thanks