Hi
How do I make the background to portfolio grid title and excerpts transparent?
many thanks
Peter
Hey envapk2!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.grid-content {
background-color: transparent!important;
}
Best regards,
Yigit
Hi Yigit
It’s not working. If I put, eg,
.grid-content {
background-color: red !important;
}
that works to make the background red but with ‘transparent’ it just leaves a white default background.
many thanks
Peter
Hi!
The background color is white because there is another container behind the grid content. Please give us a link to the actual page. We would like to check it.
Cheers!
Ismael
Hi!
Please add following code to Quick CSS as well
article.main_color.inner-entry, .entry-content-header {
background-color: transparent;
}
Best regards,
Yigit
That has done the trick. I also added
.grid-entry-title{background-color: transparent !important;}
to remove the whiite background to the title.
many thanks
Peter