Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author benhall14

    (@benhall14)

    You can change the main h2 title text in the WP control panel under Woocommerce -> Customers Also Viewed.

    To change the design, you will need to add some custom CSS. You can target the .customers_also_viewed_wrapper h2 (and h2.woocommerce-customers-also-viewed-title for when no products are found), for example:

    .h2 woocommerce-customers-also-viewed-title, .customers_also_viewed_wrapper h2 {color:red;}

    Customizing the full template is not currently possible.

    did you find out what the problem is…
    i get the same problem when adding new users, ive checked everything i can think of. The ajax-response.js says that data is strange (bad?), but if i rename the file the adding new users works. its only started happening the last week or so. it worked perfect before that, and i havent changed any installation or upgraded anything inbetween the times it worked/didnt.

    any help would be great as im really confused about what to do

Viewing 2 replies - 1 through 2 (of 2 total)