Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author andrewmrobbins

    (@andrewmrobbins)

    @lbrashear

    Hey there!

    You can change the color of the load more button by adding the below CSS to your wordpress theme. Just change “red” to the hex color code you need:

    
    .wps-pagination-controls .wps-btn-next-page {
       background-color: red;
    }
    

    To remove the thumbnail images, add this CSS:

    
    .post-type-archive-wps_products .wps-thumbnails-wrapper {
       display: none;
    }
    

    I also noticed that you have an error in your google tag manager code. It looks like you’re missing a comma after:

    google_ad_client: "ca-pub-3697673126176353"

    Should be:

    google_ad_client: "ca-pub-3697673126176353",

    Let me know if this helps!

    Thread Starter lbrashear

    (@lbrashear)

    I did just delete the dupe images that seemed to show up after hiring an SEO expert. But would still just prefer the main image on the /products page if that is possible.

    Thread Starter lbrashear

    (@lbrashear)

    Thank you!!

    Plugin Author andrewmrobbins

    (@andrewmrobbins)

    @lbrashear Thanks for the review earlier! Let me know if you need anything else, happy to help.

    Plugin Author andrewmrobbins

    (@andrewmrobbins)

    Closing

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Changing Load More Button Color + Removing all of the thumbnails’ is closed to new replies.