Home Forums WoodMart support forum Product categories Issue

Product categories Issue

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #469462

    bk5
    Participant

    I have issue with product categories widget, I want image border round different color and hover different color and on active different color. I have provided screenshots . Kindly help

    Attachments:
    You must be logged in to view attached files.
    #469652

    Hello,

    Go to Dashboard -> Pages -> edit page with page builder -> edit product categories element and here you can customize it for the given possibilities.

    If you have any questions please feel free to contact us.

    Best Regards.

    #469680

    bk5
    Participant

    Hello, there is no option to edit page with page builder , Can you provide ss? I am using elementor

    #469866

    Hello,

    Can you please share the Page URL where the categories are showing? Also, share the WP admin login details of your site so I will remove the sub categories on your site.

    Best Regards.

    #470427

    bk5
    Participant

    I dont want to remove categories design , I want image border round different color and hover different color and on active different color. I have provided screenshots

    #470486

    Hello,

    Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:

    .category-grid-item .category-link {
    	border: 4px solid black;
    	border-radius: 40px;
    	
    }
    .category-grid-item .category-link:hover {
    		border: 4px solid green !important;
    	}

    Change the code as per your need.

    Best Regards.

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