I want to change index page content, and i find this content in "/plugins/cms/config/cms.php",
I already change the
<div class="col-md-6 col-sm-6 portal-box">
<a href="{client_url}login/">
<div class="well">
<i class="fa fa-cogs fa-4x"></i>
<h4>My Account</h4>
<p>Have an account with us? Log in here to manage your account.</p>
</div>
</a>
</div>
col-md-4 →→→ col-md-6
but the index page already display ‘col-md-4’, the cache is cleared.
Or this have other way to change this default index page content?
Question
ty0716
I want to change index page content, and i find this content in "/plugins/cms/config/cms.php",
I already change the
col-md-4 →→→ col-md-6
but the index page already display ‘col-md-4’, the cache is cleared.
Or this have other way to change this default index page content?
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.