• Resolved shaharakam

    (@shaharakam)


    hi guys,
    i recently updated my ocean child theme
    and something happend that i need to fix

    on this image :

    https://ibb.co/RNRKCy7

    – u can see that theres only 3 catagories under the image of the product – like it was before i updated the theme

    on this image

    https://ibb.co/7nn5wBK

    – u can see that all the catagories of the product are shown under the product image so it doesnt look so good its too much text – thats how it is now after i updated the theme

    how can i make the catagories count under the product image to- lets say only to show 3 catagories and not all the catagories that the product is related to? just like it was before u updated the theme

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    Have you previously added any custom code?
    Are you using any category plugin?

    Never upgrade your child theme, we only need to update the parent theme, not the child.

    Would you be so kind and go to Elementor > System Info and share the report with us so that we can take a look?

    YOu can also try the below CSS code and check.

    .woocommerce ul.products li.product li.category {
        overflow: hidden;
        white-space: nowrap;
    }
    Thread Starter shaharakam

    (@shaharakam)

    hi,
    i have updated the theme, not the child theme
    i have attached the elementor system info like u requested

    https://easyupload.io/6m1c5n

    i tried to paste the code u sent me to the appearece->css
    it does change the catagories view on my site when i paste the code
    but after i save and open a new page the changes does not seem to apply!
    i have cleaned cache of course on my browser and on the server
    but still the problem persists

    Thread Starter shaharakam

    (@shaharakam)

    ok i managed to fix it with another code
    thank u!

    Glad to hear that issue has been resolved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘product catagories change’ is closed to new replies.