• Hi,

    I have some product categories and I want to show/display only name as links(without images) of product- categories. And I want to show on different pages….

    Example:
    Product-Category A(with image), Product-Category B(with images)

    I want to show … Product-Category A
    Product-Category B
    without images … Kindly reply me … Advanced thanks ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator bcworkz

    (@bcworkz)

    Are you using Woocommerce? Probably the easiest would be to add CSS that hides product image elements on the page. For example, for single product pages, all product images are hidden with this:

    .images {
      display: none;
    }

    If you only want to hide images of certain products, add the above CSS to the product’s short description inside <style> tags.

    Thread Starter hafizfaheemmunir1404

    (@hafizfaheemmunir1404)

    Kindly mention exact place of this code where I will add this css on my single page. Thanks for your reply …

    Thread Starter hafizfaheemmunir1404

    (@hafizfaheemmunir1404)

    I added a plugin ADD custom css(plugin Name) then I just copy and paste your css code
    .images {
    display: none;
    } but nothing is changed…. and i pasted this code on single page instead of whole theme. .. reply me … it will be great help..

    Thread Starter hafizfaheemmunir1404

    (@hafizfaheemmunir1404)

    .show-category .products li a img {
    display: none;
    }

    HI as per my requirement these line are working successfully. but thanks for your reply… ??

    Thread Starter hafizfaheemmunir1404

    (@hafizfaheemmunir1404)

    .show-category .products li a img {
    display: none;
    }

    HI as per my requirement these line are working successfully. but thanks for your reply… ??

    Moderator bcworkz

    (@bcworkz)

    I’m sorry my suggestion did not work for you, it did work on my installation. I’m glad you eventually found a working solution, maybe all you needed was to be pointed in the right direction ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Product category links required without images’ is closed to new replies.