Skip to content

Commit

Permalink
fix newsletter page css
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Mar 29, 2023
1 parent e0c93fe commit f813eb8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions theme/extras/footer.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ footer .footer-wrapper .menu .actions {
}
}

body.with-newsletter-form .subfooter h5 {
color: white !important;
}

.subfooter-social,
.subfooter-contact {
display: flex;
Expand Down
7 changes: 5 additions & 2 deletions theme/extras/header.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,12 @@
background-color: transparent;
}

.eea.banner .gradient .content .title {
color: #FFF;
body.with-newsletter-form .eea.banner .gradient .content {
.title,h1 {
color: #FFF;
}
}

@media (max-width: @computerBreakpoint) and (min-width: 450px) {
.search-ab > .ui.form > .field.searchbox {
display: flex;
Expand Down

0 comments on commit f813eb8

Please sign in to comment.