I’m using this code below to change the color of the grid-content and main_color (portfolio grid), but the center stays the color different. How to leave the whole box with the same color?
CODE
.main_color .grid-content,
.grid-entry .main_color .avia-arrow,
.main_color .grid-entry-title {
background: # 3f3f3f;
}
LINK
(http://www.rainhacinema.com.br/rainha1/home-2/#cinematografica)
Hey mleite1,
Try to add !important to the background, the code should look like this:
.main_color .grid-content,
.grid-entry .main_color .avia-arrow,
.main_color .grid-entry-title {
background: #3f3f3f !important;
}
Hope this helps :)
Best regards,
Nikko
Nikko, nothing has changed.
Hey!
It’s not working because there’s a ; before !important, this is what I see you have added:
.main_color .grid-content,
.grid-entry .main_color .avia-arrow,
.main_color .grid-entry-title{
background: #3f3f3f;!important;
}
Kindly replace it with the code I gave above.
Regards,
Nikko
Sorry Nikko.
It’s ok now.
TKS
Hey!
No problem. Glad we could help :)
Cheers!
Nikko