Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #325876

    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!

    #326337

    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

    #327044

    Thanks! How do I center the name of the product in the masonry gallery for each product?

    #327248

    Hi!

    Please add following code to Quick CSS as well

    .av-masonry-entry .av-masonry-entry-title { text-align: center; }

    Regards,
    Yigit

    #327611

    That didnt seem to work.

    #327926

    Hi!

    Please remove browser cache then reload the page.

    Regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.