Hi, I would to remove the grey bar at the bottom of each of the thumbnails on this page:
How to do?
Thanks,
Dave
Hi, I would to remove the grey bar at the bottom of each of the thumbnails on this page:
How to do?
Thanks,
Dave
Hi Dave,
Thanks for reaching out.
To remove the grey bar, you need to add the custom CSS code into the Theme Options > CSS. You need to adjust the font color too to make those visible.
.h-entry-cover:before
{
background-color: transparent;
}
.h-entry-cover
{
color:#000000 !important;
}
Please remember that the above code will work if copied as it is and doesn’t conflict with any existing style.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We really do not provide support for custom codes which means we can’t fix it in case it conflicts with something on your site nor will we enhance it.
Thanks
Hi, thanks. How come there is no option to Edit Page through Cornerstone for this particular page?
Hello David,
It seems that you are using the Layout Portfolio template please note you if you use the Layout Portfolio it would make the page a Portfolio archive page so you can not edit anything in the page content through the page builder.
Thanks
Ah, got it, thanks. I will just switch to making them posts and use loopers at some point
Hi David,
Glad that we are able to help you.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.