I need to change the backgrouond color of the main header.
Fri, 02/02/2018 - 11:16
No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.
Hi,
Please open file sites/all/themes/md_ariva/css/style.css, and search:
.main-header {
background: none repeat scroll 0 0 #ffffff;
padding: 15px 0;
position: fixed;
top: 0;
width: 100%;
z-index: 999;
box-shadow: 0 1px 1px #f0f0f0;
}
and replace #ffffff with your desired color code
thanks, I added the same code to the CUSTOM CSS CODE on Apareance tab.