HEG-Arc / HotelKroneHKB

Virtual exhibition for HKB Bachelor's Theses of Art Students 2020
https://hotelkrone.be
Other
0 stars 0 forks source link

Program: html code #81

Closed thelabeljoyves closed 4 years ago

thelabeljoyves commented 4 years ago

This is the html code for the program overlay

<div class="overlayframe" id="program" style="display:block;">
          <div class="program-container">
            <a href="#" class="linkoverlayclose program-close" onclick="toggleOverlay('impressum'); return false">X</a>
            <span class="program-title">Live Events Program</span>
            <div class="program">
              <div class="program-description">
                        <h1>This is a dynamic program</h1>
<p>Can be freely edited in the backend -> Contents management -> program</p>
<p>For the CSS, uses the <b>#program</b> id</p>
<p>You can disable this overlay in the backend too ;-)</p>
              </div>
            </div>
          </div>
        </div>
thelabeljoyves commented 4 years ago

Please replace: <a href="#" class="linkoverlay program-close" with <a href="#" class="linkoverlayclose program-close"