Graphit

Frequently Asked Questions

Background image only without logo

If no logo but only a background image is to be displayed, does this code have to be changed in the graphit.css line 1597

Code: Select all

.sitelogo-responsivegraphit {
    display: inline-block;
    padding: 10px 0 5px;
    max-width: 100%;
    vertical-align: middle;
}
With this code

Code: Select all

.sitelogo-responsivegraphit {
    display: none;
}