Hi ! i m been stock trying to put the Tittle in the portfolio in white, without change the main content color.
i use this code, if there is something else i need to ad?
.main_color .grid-content {background-color: #381000!important;}
.grid-entry-title { background: transparent !important; }
Hey luiso!
Thank you for using our theme.
Did you find a solution – when going to your site and “projects” I find a white backgrund behind the title (screenshot is black.
Or do I understand something wrong?
To make it like screenshot:
.page-id-402 #main .grid-content {
background-color: #381000 !important;
}
.page-id-402 #main .grid-content .grid-entry-title {
background: none repeat scroll 0 0 transparent !important;
color: white !important;
}
Cheers!
Günter