Home Forums WoodMart support forum Product categories image

Product categories image

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #112318

    joshh31
    Participant

    Hello,

    I added the element “Product Categories” in one page and when I upload images in different categories (800×800 or 500×500), all images are blurry on my website.

    What do you recommend ?

    Thank you.

    #112371

    Hello,

    Provide your site admin access and page URL with the problem.

    Best Regards

    #112472

    joshh31
    Participant

    Hello,

    It works, I found the solution in Appearance – > Customize -> WooCommerce -> Product Image

    I have other questions :

    1) How can I change the “Category title” like that (i don’t want uppercase) :
    TEST -> Test

    2) How can I center the “Category title” ?

    _______________
    | |
    | Image |
    | |
    |_______________|
    Test

    3) How can I disable the zoom effect on the image category ?

    Thank you!

    #112477

    joshh31
    Participant

    And also how to change the color of the “Category Title”, “TEST” ?
    Thanks.

    #112559

    Hello,

    1 and 4:

    body .category-grid-item .category-title {
        text-transform: none;
    	  color:red;
    }

    Replace the “red” with your color.

    2. You will have to choose another design. There is no option to center the title in this
    design.

    3. In order to remove zoom, please add this code:

    .cat-design-default:hover .wrapp-category .category-image-wrapp > a {
       transform:none;
       -webkit-transform:none;
    }

    Please add the code to the Theme Settings > Custom CSS

    Best Regards

    #112567

    joshh31
    Participant

    It works, thank you.

    #112684

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘Product categories image’ is closed to new replies.