artnightstyle Hi
Firstly, Wanted to take a second to say hello and welcome you to the JA Family 🙂
On behalf of myself and the entire JA team, We're truly excited and grateful that you decided to join us...For starters, You may always visit our documentation page for JA Space which would help you in knowing about varied module configurations, Building Demo pages as seen on demo site etc
1) Try change this in file - \templates\ja_space\acm\features-intro\tmpl\style-1.php
around line 27
<h1 class="ja-animate" data-animation="move-from-bottom" data-delay="200"><?php echo $helper->get('title') ?></h1>
to
<div class="ja-animate" data-animation="move-from-bottom" data-delay="200"><img src="/joomlart/ja-space/images/joomlart/others/our-team.png" alt="Studio."></div>
and change image path accordingly
2) Try add this to custom.css file and change color code/background color accordingly :
.acm-features.style-1 .btn-action .btn{background: #f66 !important;font-size: 1.2em !important;}
3) For instance, You may add this to custom.css file for specific block background as given below which holds the specific modules -
-1.2 Nice to meet you.- JA ACM Module
#Section99{background:#000 !Important;}
- 1.3 Studio.- JA ACM Module
#Section100{background:#000 !Important;}
Hope this helps 🙂