Hello
Is it possible to change the coolr of the title box in the portfolio thumbnail which appear in the portfolio grid… It’s white, and I would like to change it, like the title which is grey…
Thanx a lot
Hi,
Anything is possible. Can you be a bit more specific about what specifically changing into what else. If you can take a snapshot of the demo portfolio page and on http://www.imgur.com (or other image storage) there are objects like little arrows you can add to the snapshot to better flush out your thought as well as convey your idea to the support team better; then just paste the link to the image here
Please try this css. You can add it to Quick CSS located in Enfold > Styling at the bottom of the page or to the /css/custom.css
#top .grid-content, #top .grid-entry-excerpt, #top .grid-entry-title {
background-color: grey;
}
#top .grid-entry-excerpt {
color: white;
}
#top .grid-entry-title {
color:yellow;
}
Thanks,
Nick
exactly what I wanted! How do you do???? :)
Glad Nick could help :)
Let us know if you have any other questions or issues.
Regards,
Devin