Skip to content

v9.6.0

Choose a tag to compare

@I-HiMo-I I-HiMo-I released this 09 Aug 11:46

v9.6.0 — 2026-07-03

Small release — installed your own edited style.css

What changed

Replaced assets/css/style.css with the version you uploaded and edited yourself. Verified before installing:

  • Brace balance is correct (133/133) — no syntax errors
  • Every class name it targets (.rhg-cat-toggle-btn, #rhg-cat-toggle-count, .rhg-exh-categories, .rhg-cat-pill, etc.) matches what the plugin's PHP and JavaScript already output — fully compatible, no markup changes needed on top of this

This includes your category-dropdown mechanism used consistently across desktop, tablet, and phone, and your padding:15px 12px; line-height:2px; fix on the category pills.

One minor note (informational only, not changed): the .rhg-days-left / .rhg-days-today / .rhg-days-past rules appear twice in the file (identical both times) — harmless, CSS just treats the second as redundant, but flagging it in case you want to tidy it up later.