Viewing 3 reply threads
You must be logged in to reply to this topic.
Hi,
I’ve changed the portfolio setting from the overlayed to basic. Which has caused two issues.
1)The items aren’t lining up properly towards the bottom of the page.
2)I can’t seem to remove the slug on this portfolio page without losing the white background under the image.
https://www.waterarthouse.co.uk/nikki_iles/recordings/
Please can you help me? Thanks
Hello,
I see the style of the portfolio now is overlayed. Did you change it? To remove the slug in this style, add this code into your custom css box:
.portfolio-item.overlayed h6 {
display: none;
}
Let us know.
Best regards!
Please could you give me the code for the portfolio basic style. Thanks
Hello,
Please add this code for the basic style, if you do not want to lose the white border:
.portfolio-item.basic .show_text h6 {
color: rgba(136, 136, 136, 0) !important;
}
or add this if the white box wrapping up the portfolio title is not important:
.portfolio-item.basic .show_text h6 {
display: none;
}
Best regards!
You must be logged in to reply to this topic.