HomePage Forums Themes Support Freshio – Organic & Food Store WordPress Theme How to remove the breadcrumb and add a slider revolution as replacement? Reply To: How to remove the breadcrumb and add a slider revolution as replacement?

#2377

Hi again,

To change background color for header, please go to file style.css ( child-theme) and change code:

Header top

.header-top.desktop-hide-down {
    background-color: #f9f9f9;
}

Header main and bottom

.header-4 .header-main, .header-4 .header-bottom{
	background-color: #434345 !important;
}

Bottom inner:

.header-4 .header-bottom .inner{
	background-color: #434345 !important;
}