Add the following code at the bottom of your assets/theme.scss.liquid file,
@media only screen and (min-width: 750px){
.site-footer h4{ background-color: #fff; height: 55px; padding: 7px; color: #24abe0; display: flex; align-items: center; margin-bottom: 20px;}
}
.site-nav__label{ border-bottom: 0px !important; }
.site-nav__link{ background-color: #24abe0; color: #fff !important; }
Hope this works.
Thanks!
This is an accepted solution.
Add this code
@media only screen and (min-width: 750px){
.site-footer h4{ justify-content: center;}
}
Thanks!
User | Count |
---|---|
714 | |
142 | |
103 | |
64 | |
37 |