Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1281319

    Hey,

    How can I change the background and text color of the load more button field from the masonry gallery element?

    Thanks

    • This topic was modified 3 years, 8 months ago by restube.
    #1281352

    Hi,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab and adjust it as needed

    
    #top .av-masonry-load-more {
        color: red;
        background-color: orange;
    }
    

    Best regards,
    Yigit

    #1281948

    Awesome that worked perfectly! Thanks

    Two more things:

    1. When I click the Load More Button the new Image load with an animation, which is fine. However the animation effect lags (loads jumpy) why is that and hwo can it be fixed?

    2. I have updated all image titles. However only the first three images show the new titel. The remaining images still show the old title. I’ve cleared cache multiple times. See Image:

    Cheers

    #1282773

    Hi,

    Thank you for the info.

    1.) Try to use this css code to adjust the style of the loading icon.

    .avia_loading_icon {
    	position: fixed;
    	top: 0;
    	left: 0;
    	background: rgba(0,0,0,0.5);
    	width: 100%;
    	height: 100%;
    	z-index: 10000;
    }
    
    .av-siteloader {
    	transform: translate(50%, 50%);
    	top: 50%;
    }

    2.) Looks like the default image title is showing instead of the updated one. How did you adjust the first 3 entries previously?

    Best regards,
    Ismael

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