Hi Steve,
If you work with SCSS, its declared in this file: /templates/ja_beauty/scss/_typo.scss
// Pattern
.bg-primary,
.t4-palette-blue {
background-image: url('../images/pattern/pattern-1.png');
}
.t4-palette-dark {
background-image: url('../images/pattern/pattern-3.png');
.section-title-wrap .sub-heading {
color: $white;
}
}
For css, you can look at this file: /templates/ja_beauty/css/template.css
.bg-primary,
.t4-palette-blue {
background-image: url("../images/pattern/pattern-1.png");
}
.t4-palette-dark {
background-image: url("../images/pattern/pattern-3.png");
}
These pattern images locate in: /templates/ja_beauty/images/pattern/ folder.