Skip to content

Commit

Permalink
Fix css selectors in sticky-footer-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadialsayed committed Jul 17, 2024
1 parent 9da79db commit 4910208
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions footer-ad-v2/designs.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
transition: transform 0.3s ease;
}

.design-1 #h5v-sticky-ad-close-button {
.design-1.h5v-sticky-ad-close-button {
position: fixed;
top: 0;
right: 0;
Expand Down Expand Up @@ -43,7 +43,7 @@
border-radius: 10px 10px 0 0;
}

.design-2 #h5v-sticky-ad-close-button {
.design-2.h5v-sticky-ad-close-button {
position: fixed;
transform: translateY(-100%); /* Move button just outside the viewport */
right: 0;
Expand Down Expand Up @@ -77,7 +77,7 @@
font-family: Arial, sans-serif;
}

.design-3 #h5v-sticky-ad-close-button {
.design-3.h5v-sticky-ad-close-button {
position: fixed;
top: 0;
right: 0;
Expand All @@ -89,7 +89,7 @@
border-bottom-left-radius: 0.5rem;
}

.design-3 #h5v-sticky-ad-close-button:hover {
.design-3.h5v-sticky-ad-close-button:hover {
background-color: #e74c3c; /* Darker shade on hover */
}

Expand Down Expand Up @@ -140,4 +140,4 @@

#d-3 {
background-color: mediumvioletred;
}
}

0 comments on commit 4910208

Please sign in to comment.