Home Forums WoodMart support forum Problems with CSS

Problems with CSS

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #503885

    Sublife
    Participant

    Good afternoon Please tell me how to remove problems with CSS. Is it possible to somehow disable them so that they do not form? The first is a screenshot of the main page, the second is from the product card. I have already addressed a similar question in the topic: https://xtemos.com/forums/topic/problems-with-css/ .
    Thank you for your help!

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

    Bogdan Donovan
    Keymaster

    Hi,

    We have studied jigsaw.w3.org/css-validator errors that are present on your site (screenshot https://prnt.sc/H1RG2i8bPh5c). Since the existing errors have different origins, their presence requires different explanations:

    1. https://prnt.sc/ZE0FmEac2Qa1 – caused by our theme styles missing variable default value. This issue will be fixed in the next theme update.
    8,16. https://prnt.sc/-ksOAeNT7vhz – caused by validator compatibility with :has() pseudo-classes and clamp() min() max() CSS function that is related to Selectors Level 4 (CSS 4.0), but judging by your screenshot you passed the test for CSS 3.0 (screenshot https://prnt.sc/UTsZriwi-_yk) that can have issues with CSS 4.0 selectors. The Validator GitHub page already has open issues related to similar problems. For example, https://github.com/validator/validator/issues/1648, https://github.com/validator/validator/issues/1585. Unfortunately, this cannot be easily fixed via custom code or theme updates.
    73. https://prnt.sc/HsJOPX4v8WU8 – caused by syntax error with unclosed CSS comment. This code is part of some custom code related to the “update cart” on the cart page. You need to check your custom code related to the cart page and fix this syntax error, since our theme styles doesn’t have such a style related to the [name=update_cart].

    Kind Regards

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