A. Carrington
asked 9 years ago

Hi,

Is there a way to change the color of the area around the gallery photos in the gallery post container?

1 Answers
DominicStaff
answered 9 years ago

Hi,
Please tell me detail about this question, you can send me a screenshot for further checking.
Regards,

carri
replied 9 years ago

Hi, how would I change the white area (container area) around the image and the text so that it is another color. And how do I change the text. For example the container for the blockquotes are black.

dominic Staff
replied 9 years ago

To change the background and text color, you can add the following code to the style.css file:

.format-gallery .item-inner {
    background-color: #000;
}
.format-gallery .item-title a {
    color: #fff !important;
}
.format-gallery .item-content {
    color: #fff;
}

Hope this helps !

Powered by DW Question & Answer Pro