• Resolved avneeeesh

    (@avneeeesh)


    Firstly, thank you for the plugin, it’s a life saver!

    I have styled a radio button filter using the Input Label styling,
    The normal and hover styling displays properly, however the “selected” styling that I have applied does not display when I select a filter.

    Please let me know how I can fix this, thanks!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Dara

    (@dara4)

    Hi avneeeesh (@avneeeesh),

    Thanks for bringing this issue to my attention. I’ll release a fix for this control in the next version. In the meantime, you can style the selected label with the following CSS:

    selector .taxonomy-filter input[type="radio"]:checked + span .label-text {
        font-weight: 800;
        color: #7a5c34;
    }

    You can tweak the font-weight and color values to match your design. Let me know if this works for you or if you need assistance using this CSS snippet.

    Regards,
    Dara

    Thread Starter avneeeesh

    (@avneeeesh)

    Thank you! This works, saved me the trouble of inspecting and narrowing down on the class!

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

You must be logged in to reply to this topic.