Making Portfolio Item Background Transparant

Hey there, would you please be able to tell me how I can make the text a slightly smaller size and also how to make the background in the circled part of my image to be transparent?

Thank you very much

Also I will need to turn off the shadow, if you could tell me how to do that too please

I did it np

.entry-wrap header h2 a{
font-size:16px;
letter-spacing:0.1em;
font-size:16px;
letter-spacing:0.1em;
}
.entry-wrap{
background-color:rgba(255, 255, 255, 0);
border-color:rgba(109, 110, 113, 0);
box-shadow:none;

background-color:rgba(255, 255, 255, 0);
border-color:rgba(109, 110, 113, 0);
box-shadow:none;
}
.entry-wrap{
background-color:rgba(255, 255, 255, 0);
box-shadow:none;
padding-top:15px!important;
padding-bottom:15px!important;
}

Hello Farokh,

Thank you for the details. We are just glad that you have figured it out a way to correct the said issue.
Just for future topics, self responding or bumping your post pushes it back in our Queue system so it takes longer to respond to.

Best Regards.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.