Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #955486

    Hi
    I managed to turn off the border on the product images on the catgory page with the css below, but it doesn’t work for pages that are a list of categories.
    .inner_product {
    border: none;
    }

    For example I have a main category ‘Jewellery’ and sub categories ‘Brooches, Rings, etc. The image borders are hidden on the Brooches and rings pages, but not on the jewellery page.I want no border on both pages

    #955668

    Hey stevegjacobs,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .products .product-category { 
      border: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.