Tagged: masonry grid
Hi,
Is it possible to change the background/foreground color of the Element Title/Excerpt for a given type of content? For example, if I am displaying posts and portfolio all together using masonry grid, could I display the posts Element Titles in white background while display (distinguish) the portfolio Element Title in another color background? This way one could easily see the different types of post types visually.
Regards,
Hi Tameez!
hm not sure what you are talking about. Can you show us what you mean by posting a link to your website and/or providing us screenshots (imgur.com) please?
Cheers!
Andy
Hey Tameez!
Can you please post a link to that page?
Regards,
Josue
Hi!
Thank you for coming back.
To change the color of the headlines, e.g. :
.page-id-9060 .av-masonry-container .portfolio h3 {
color: blue !important;
}
.page-id-9060 .av-masonry-container .category-personal h3 {
color: red !important;
}
To change the background:
.page-id-9060 .av-masonry-container .portfolio .av-inner-masonry-content {
background: none repeat scroll 0 0 red !important;
}
.page-id-9060 .av-masonry-container .category-personal .av-inner-masonry-content {
background: none repeat scroll 0 0 green !important;
}
Hope, this will halp you. Come back if you need further assistance.
Regards,
Günter