Hello,
I’m interested in changing the title area for the Portfolio grid.
– I would like the excerpts centered if possible
– I would like the excerpt text larger and white color
– I would like the background color of the current white rectangle to match the background of the page #262626
– I would like to remove the up arrow
Thank you and Please Advise,
Hey terishka1,
Please try adding this CSS code in Enfold > General Styling > Quick CSS:
.grid-content,
.grid-content .grid-entry-title {
background-color: #262626 !important;
}
.grid-content .avia-arrow {
display: none;
}
.grid-content .grid-entry-title {
text-align: center;
font-size: 22px;
color: white;
}
Best regards,
Nikko