Show hours expanded?

This topic contains 1 reply, has 2 voices, and was last updated by  Paolo 5 years ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #483182

    Jeremy Rangel
    Expired Member
    Post count: 36

    On the Details page, I am trying to show just the expanded hours meta as in the green square below, instead of the dropdown.

    Can somebody square me away with what the CSS would be for this?

    #483193

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    This to open it and keep it open:

    .gd-bh-open-hours {
        display: block !important;
    }

    This to avoid people playing with the toggle icon:

    span.gd-bh-expand-range {
        display: none;
    }

    Thanks

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket