Message Boards

Ace

Ace Theme Icons in the Sidebar

Toggle
Ace Theme Icons in the Sidebar
Answer
1/30/18 7:30 PM
Hi All,

I have installed the Ace Theme , there are some inbuilt icons which we want to change or remove .
I have attached the screenshot .
Need Help!!!!!!!


Thanks 

Kunal Gourav
0 (0 Votes)

RE: Ace Theme Icons in the Sidebar
Answer
1/31/18 9:27 PM as a reply to kunal gourav.
Hi,
Can you please update the "liferay\tomcat-7.0.62\webapps\ace-theme\templates\side_bar.vm" file and remove this JavaScript code:
$( document ).ready(function() {
$('.icon-item1').addClass('icon-dashboard');
$('.icon-item2').addClass('icon-text-width');
$('.icon-item3').addClass('icon-desktop');
$('.icon-item4').addClass('icon-list');
$('.icon-item5').addClass('icon-edit');
$('.icon-item6').addClass('icon-list-alt');
$('.icon-item7').addClass('icon-calendar');
$('.icon-item8').addClass('icon-picture');
$('.icon-item9').addClass('icon-tag');
$('.icon-item10').addClass('icon-file-alt');
});
and remove this line $side-bar-shortcut
0 (0 Votes)