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

    I have arranged my landing page as a group of eight categories that link to the sub-categories, which then link to the array of products in that category. But on that last page the image of that sub-category appears side to side at the top. How to remove that image and replace it with a heading? That image, which I discovered by inspecting the element with Chrome, appears to be a category-thumb…

    Thanks,

    Tim Garvin

    Enfold theme

    #125802

    Open up wp-contentthemesenfoldconfig-woocommerceconfig.php and delete following line:

    if($image) echo "<div class='page-thumb'>{$image}</div>";

    If you want to replace it with the term name replace the line above with

    echo $term->name;

    #125803

    I did this and it had no effect at all. I will make the site available on the web so you can see the result later today. Tim

    #125804

    Hi,

    Please give us a link to the category page. Maybe we can hide the image via CSS.

    Regards,

    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to remove category image at top of product pages’ is closed to new replies.