• Resolved ttrading

    (@ttrading)


    Hello! I got a css code that gives me a small frame around the products, and it looks awsome! BUT! It makes the same frame around my categories, and since I made it bigger for the products (much text) it is also bigger for the categories, and that looks terrible!

    How to add own frame to categories? Here is my css code;

    .woocommerce ul.products li.product {
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 10px;
    min-height: 30em;
    }
    ul.products li.product {
    min-height: 26em;
    }

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

Viewing 1 replies (of 1 total)
  • Hi @ttrading,

    Helping out with custom coding of this nature is outside the scope of support that our support staff can help out with here, although I would recommend the following:

    1. Running the exact question you’re asking, along with the code provided, through an AI platform like ChatGPT for recommendations/changes to your code;
    2. Checking whether there are existing plugins in the WordPress plugin repository that might be doing that already.
    3. Joining our WooCommerce Slack community (it does have a developer channel where you can ask coding questions): https://woo.com/community-slack/

    Hope it helps!

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.