tobiasdarin
Hi
Open file "/acm/features-intro/tmpl/style-1.php" in template "ja_educatsy".
Find
bg-secondary
Replace it with your custom class
Now add this code in custom css and define the background color
for example class name is : bg-mycolor
.bg-mycolor {background-color: #240e50!important;
}
Change the color code as per needs.