To customize the header, navigate to the Details tab. Here are the following configuration options:
Insert logo
Upload the logo in all three fields. The retinal logo should have a higher resolution.
Deposit favicons
Link social media
Insert contact information
Go to the Custom Code tab and paste the following into Custom CSS:
Hide Social Media
@media (max-width: 576px) { .social{ display: none!important; } }
Hide contact informations
@media (max-width: 576px) { .contact{ display: none!important; } }