Hello farzalid
Please use this CSS to Template Options -> Custom Code -> Custom CSS
/* Menu items color */
.sp-megamenu-parent > li > a{
color: blue;
}
/* Active color of menu item */
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a{
color: green;
}
/* Color of hover menu item */
.sp-megamenu-parent > li > a:hover, .sp-megamenu-parent > li:hover > a{
color: red;
}
/* Sub menu items color */
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a{
color: blue;
}
/* Color of hover sub menu item */
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover{
color: red;
}
/* Products and services box background */
.featured-work-col{
background: red;
}
- What do you want to change about the box?
Best regards