OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Remove style switcher buttons from footer (0 viewing) 

OrdaSoft template Support

Go to bottom Favoured: 0

Remove style switcher buttons from footer

scottweb (User)
Fresh Boarder
Posts: 12
graphgraph
User Offline Click here to see the profile of this user
Remove style switcher buttons from footer 8 Years, 9 Months ago
Karma: 0  
Hi There

I am trying to remove the style switcher buttons from the footer of the Mobidic template, but cant seem to find where to edit this. Please can you advise where I would find this code to comment it out?

Much appreciated.
Logged Logged
The administrator has disabled public write access.
AnnaZh (Admin)
Admin
Posts: 226
graphgraph
User Offline Click here to see the profile of this user
Gender: Female Location: Kharkov, Ukraine
Re:Remove style switcher buttons from footer 8 Years, 9 Months ago
Karma: 7  
Hello,

Thank you for using our Joomla template Mobidic ordasoft.com/mobidic-portfolio-joomla-template-2014
To remove color switcher you should go to your_website/templates/your_template/index.php and remove this code

Code:

<div class="row-fluid">
<div class="span12">
<ul class="palette pull-right">
<li class="<?php echo $this->params->get('body_color');?>"></li>
<li class="#fafafa"></li>
<li class="#ee7b45"></li>
</ul>
</div>
</div>



If you have other questions, don't hesitate to ask.

Have a nice day!

Best Regards,
Anna
ordasoft.com
Logged Logged
Last Edit: 2015/07/01 13:54 By AnnaZh.
The administrator has disabled public write access.
Go to top
»