XF 2.2 Could I speed up my logo refresh?

DigNap15

Well-known member
Hello
I am looking at ways to increase the speed of my logo loading during each page refresh
Here is is extra.less code
Could you suggest any improvements?

.p-header-logo.p-header-logo--image img {
max-height: 120px;
}

.p-header {
background: #ffffff url(welcome.png);
}

.actionBar-action.actionBar-action--sv-rate .sv-rating-type__text {
justify-content: flex-start;
display: none;
}

.p-nav-smallLogo {
display: none !important;
}

.p-header-logo {
max-width: none !important;
}

.has-js .p-header {
display: block;
}

.sv-rate-menu--type-bar.sv-rate-menu--location-standalone a, .sv-rate-menu--type-bar.sv-rate-menu--location-bar a {
margin-left: 8px;
}



Thanks
 
Top Bottom