I would Like to Change Menu Background Color From Blue to Green But I am not getting CSS file where to change.
@naveenbalhara , please share store password.
oshowg
Hi @naveenbalhara , go to edit code > sections > header.liquid and look for this element:
header .dt-sc-header-logo-sec, #header .sticky-header-active {
background-color: #05622e;
background-image: linear-gradient(to right, var(--DT_Button_BG_Hover_Color), var(--DT_Button_BG_Color), var(--DT_Button_BG_Hover_Color), var(--DT_Button_BG_Color)) !important;
background-size: 300% 100% !important;
border: none;
}
Replace it with:
header .dt-sc-header-logo-sec, #header .sticky-header-active {
background-color: #05622e;
background-size: 300% 100% !important;
border: none;
}
Here is the result:
If you cannot manage this change, please DM me, so I can fix that for you.

