Home Forums WoodMart support forum Categories Styles

Categories Styles

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #379880

    designwebskills
    Participant

    Hi,

    Possible to add the title of the categories bottom of the image with background colour , full width on image, rather than in the middle. I am using replace title.

    This is the effect, I am looking for, different colours if possible? if not, at least at the bottom of the image with full width.
    Second, how to hide no of products when hovering over on the product? https://jovs.co.uk/shop/

    Thank you

    #379920

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .cat-design-replace-title .wd-entities-title {
        width: 100%;
        position: absolute;
        bottom: 0;
    }
    
    .category-grid-item .more-products {
        display: none;
    }

    Best Regards

    #381630

    designwebskills
    Participant

    Hi,

    I used the code, nothing happened, it’s still the same width and in the middle of the image.

    Second thing, on mobile, it still shows woodmart logo, I did upload my logo, nothing seems to be changed.

    https://jovs.co.uk/shop/

    Thank you

    #381632

    designwebskills
    Participant

    Ignore the above message apart from mobile logo.

    I added the code to Custom CSS for desktop and it worked.

    #381645

    Hello,

    Please Go to Woodmart >> Header Builder >> Edit header mobile header on the right top and change the logo for mobile.

    Screenshot: https://gyazo.com/7cce56fbc30a58bbc94bf998c4c8851d

    Best Regards

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