Reply 16435 to: images not loading

Avatar: Eva
Eva Kemp
Support staff
September 22, 2014 at 14:57

Hello,

To change background color of the top bar you need add this code into custom.css file:

.header-type-2 .top-bar {
    background-color: #F8F8F8;
}

To remove languages area use this code in custom.css:

.top-bar .languages-area {
  display: none;
}

To change color of the menu icon on mobile device:

.side-area-icon i:before, .menu-icon i:before {
    color: #000;
}

and top bar background color:

@media (max-width: 979px) {.top-bar {
   background: #000 !important;
}}

Don’t forget to replace color values with yours.

Thank you.
Regards,
Eva Kemp.

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.