Hello –
I have a few questions regarding the masonry portfolio –
1. How do I change the font family and text size for the sortable menu?
2. How do I change the background color for the sortable menu box?
3. How do i change the “Load more” text size and font family?
5. How do I change the background color for the “Load more” area?
Thanks in advanced!
Hi mcraig77!
Thank you for using Enfold.
1.) You can use this on Quick CSS:
span.inner_sort_button span {
font-size: 18px;
font-family: Arial;
}
2.) Change the background color with this:
.av-masonry-sort.main_color {
background: red;
}
3.) Use this for the load more:
#top .av-masonry-load-more {
font-size: 13px;
}
.main_color .av-masonry-pagination, .main_color .av-masonry-pagination:hover {
background-color: red;
}
Cheers!
Ismael
Thanks! How do I center the name of the product in the masonry gallery for each product?
Hi!
Please add following code to Quick CSS as well
.av-masonry-entry .av-masonry-entry-title { text-align: center; }
Regards,
Yigit
That didnt seem to work.