Ninja I have added the admin information
jacquievc Allow me to access your site. my IP 103.41.26.156
Ninja I have just added your IP to the whitelist. Thanks
jacquievc Hi I am not able to access admin page, it always redirecting me to homepage your site. Kindly disable the admin tool for some time, as the IP i shared is already changed too.
Regards
Ninja Hi I have disabled Administrator Whitelist IP access only and also disabled GeoIP. Please try again. regards Jacquie
jacquievc Hi Applied some changes in file "/acm/features-intro/tmpl/style-2.php" in template "aegissalesservice-landing". To call the module title, you can see it on the page now.
Ninja Thank you I will take a look.
jacquievc Hi
Came here to check back if query to relative topic have been resolved so as to mark the thread as resolved or need further assistance on the same 🙂
aman204 The title is now displaying but not exactly as I wanted do will try and look at the code. Thankyou
jacquievc Hi I applied some more changes and put the title in H2. Here is code
<div class="label-small"> <h2> <?php echo $modTitle;?></h2> </div>
You can customize it as per needs for extra style class or change the heading tag.
Ninja
Thank you, is there any way that the image can be moved down in line with the header text to make it look more uniformed?
jacquievc Add this code in custom.css file
.acm-features.style-2 .row > div.features-item { padding-top: 0px; }
Perfect Thank you exactly what I wanted.