OOmelchenkoMaximAug 20, 2021
Hello, please tell me how to remove these lines.
The horizontal one turned out after I added the code to change the color in the mobile version in custom.css.
/* ----------------------------------------------------------------
Custom CSS
Add all your Custom Styled CSS here for New Styles or
Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.device-lg #header-wrap {
background-color: #0D2B47;
}
.device-xl #header-wrap {
background-color: #0D2B47;
}
.device-md #header-wrap {
background-color: #0D2B47;
}
.device-sm #header-wrap {
background-color: #0D2B47;
}
.device-xs #header-wrap {
background-color: #0D2B47;
}
Thanks
