Hi,
You can try to use this way
- Open templates/ja_medicare/css/template.css file and find and change background and background-color to white color on your site
.category-module.three-columns,
.category-module.four-columns,
.category-module.five-columns,
.category-module.six-columns {
background: #3498db;
position: relative;
}
.category-module.three-columns .category-module-item:hover,
.category-module.four-columns .category-module-item:hover,
.category-module.five-columns .category-module-item:hover,
.category-module.six-columns .category-module-item:hover {
background-color: #258cd1;
color: #ffffff;
}
Regards