Home Forums WoodMart support forum UNCATEGORIZED category showing / titles have changed alignment

UNCATEGORIZED category showing / titles have changed alignment

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

    Tom42
    Participant

    Hello,

    I’m not sure you received my last post, can’t see the topic?

    1. Please can you let me know how to make my product titles center align since the update has left-aligned again (screenshot attached)? Not sure why as I’m using the child theme for CSS edits.

    2. Please can you tell me how to remove the UNCATEGORIZED category that has recently appeared on my product menu after the theme update? I’m using the child theme so not sure why.
    https://talkware.co.uk/product-category/clothing/

    Thanks
    Thomas

    #286779

    Tom42
    Participant

    screenshot attached

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

    Hello,

    I saw the screenshots you attached.

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

    .product-grid-item .wd-entities-title {
        text-align: center;
    }

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

    .wd-nav-product-cat li.cat-item.cat-item-15 {
        display: none;
    }

    Regards.
    Xtemos Studios

    #286802

    Tom42
    Participant

    Thank you, the titles are aligned center now, the prices and select options text below are still left aligned?

    Thank you

    #287002

    Hello,

    You are Most Welcome.

    I have visited your website and the price and select options are centered.

    Screenshot for Clarification: https://ibb.co/M7y37G5

    Best Regards.

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