Home Forums WoodMart support forum Infinite Scroll Reply To: Infinite Scroll

#157249

Hello,

1. Kindly deactivate all the third party plugins and then check back with theme default plugins. I’m sure this will fixed the issue.

2. You can use the below CSS code in global custom CSS area under theme settings to change the color of load more button:

.woodmart-load-more .load-more-label{
color: black;
}

Best Regards.