how I can change the color of the title of the product in the “portfolio grid”
actrually is
text: grey
bacground; white
I need
text: white
bacground; black
Hey giammi73,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
well I need 2 things
1 : invert the color in point 1 (background black and white text)
I have image with white BG so the arrow is it not visible..
2 if it is possible don’t have the white space between menu and breadcrumb
but it is not so important..
Hi giammi73,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.clear {
margin: 0;
}
.main_color.inner-entry, .grid-content, .grid-content .grid-entry-title.entry-title, .grid-entry-excerpt.entry-content {
background-color: #666666 !important;
color: #ffffff;
}
If you need further assistance please let us know.
Best regards,
Victoria
thank you!!
perfect!