diff --git a/app/views/seats/index.html.erb b/app/views/seats/index.html.erb
index 29735b61..e697a911 100644
--- a/app/views/seats/index.html.erb
+++ b/app/views/seats/index.html.erb
@@ -109,7 +109,14 @@
<% sections.each do |section| %>
-
+ = section.price %>
+ opacity="1.0"
+ <% else %>
+ opacity="0.3"
+ aria-hidden="true"
+ <% end %>
+ >
<% section.seats.each do |seat| %>