Hi!
I would like to know how can I change the sizes and colors of the fonts displayed on the masonry.
I can see that the title and exerpt are displayed in a gray background. How can I change this color? Since I am using the masonry to display my posts I would like to change this gray background to display a different color for each post category.
Here is the link: http://unpackdesign.com.br/blog2/
Thank you very much!
Hey michellerunge,
Add the following to quick css:
h3.av-masonry-entry-title.entry-title{
color:red!important;
}
.av-masonry-entry-content.entry-content{
color:red!important;
}
.av-inner-masonry-content.site-background{
background-color:black!important;
}
Of course you can adjust the colors to whatever you need.
Best regards,
Jordan Shannon
Hi Jordan!
It works! Thank you so much!
When I made the background colorfull there is a white square between the image and the title/exerpt. http://unpackdesign.com.br/blog2/
Do you know how to take it off?
thank you!
Hi,
You have two options for this. You can either remove is completely or change the color to match the background:
Change color to match:
.main_color .container .av-masonry-entry .avia-arrow {
background-color: #f8f8f8!important;
}
Remove completely:
.main_color .container .av-masonry-entry .avia-arrow {
Display:none!important;
}
Best regards,
Jordan Shannon
Hi jordan!
Thank you one more time! It works!
Hi,
My pleasure. I’m happy your requests are being solved. As always, if you need further assistance just let us know.
Best regards,
Jordan Shannon