Okay
  Public Ticket #3159409
Filter by attribute widget
Closed

Comments

  •  8
    daliborsky started the conversation

    filter by attribute widget has some weird atributes on filter itself.

  • [deleted] replied

    Hi daliborsky,

    That area is powered by WooCommerce itself, so you are using a WooCommerce block.

    Can you please try to be very specific about the question and explain it more to me so I can easily understand you and give you the proper answer?

    Thanks!

  •  8
    daliborsky replied

    hi Ylli,

    you are correct, it is Woocommerce widget, but I was just wondering if the artifact is caused by theme or something else - namely, when I tick the radio button, whole text right of the radio button gets red rectangle. I also suspect it is something to do with the background color of the selected text - i.e. when I select the text, it is highlighted in dark red. I guess I can change that in css? My guess is, those two things are connected (my report and red highlight).

    thank you for your stellar service!

  • [deleted] replied

    Hi daliborsky,

    Can you please send me the exact URL of that page, and also share your website login credentials with me so I can test this? To safely include your credentials click the Insert Credentials button in the editor toolbar (see how)

    Thanks!

  •   daliborsky replied privately
  • [deleted] replied

    Hi daliborsky,

    Please add the code below to your Custom CSS area:

    body.post-type-archive input[type=checkbox]:before, body.post-type-archive input[type=radio]:before {
        background: transparent;
    }

    This will remove those red areas in the checkboxes in frontend.

    Have a nice day!

  •   daliborsky replied privately
  • [deleted] replied

    I'm happy that I helpedsmile.png

    Have a nice day!