Hi, I would like to know how to increase the title font size in a portfolio element grid and also how to change the background color to #c05f5f and the font to white?
Thanks.
Hi DROR!
Please add following code to Quick CSS
.grid-content, .grid-content * {
background: #c05f5f!important;
}
h3.grid-entry-title.entry-title {
color: white;
font-size: 14px;
}
Cheers!
Yigit
Thanks.