themovation / th-widget-pack

Theme Widget Pack
19 stars 6 forks source link

Styling for Comments Closed? #133

Closed ryanlabelle closed 7 years ago

ryanlabelle commented 7 years ago

I"m not sure if we need to display the comments closed markup but it would be great to hide it.

.comments-closed {
    display: none;
}

https://cl.ly/0r222I2F3G13

Perhaps only on tour singe?

body.themo_tour .comments-closed {
    display: none;
}
teaganm commented 7 years ago

Good catch, we had that code in place but we're no longer using ".port-single" so the class needed to be updated. Done!