By Georges LEGER on Tuesday, 21 March 2017
Posted in Technical Issues
Replies 1
Likes 0
Views 182
Votes 0
Hello,

1) Please, can you tell me the way to change the menu logo on the easysocial Mobile Template Web menu bar?

2) Please, can you tell me the path to the color of the menu bar Mobile Template Web easysocial?


Thanks for your help and understanding
Hi there,

1) Please, can you tell me the way to change the menu logo on the easysocial Mobile Template Web menu bar?

You can change those icons by changing codes below at this path .../templates/esmobile/index.php based on stylguides set on this path .../components/com_easysocial/themes/wireframe/styleguide/files/icons.php

//change on class="fa fa-bars, for example, change to fa fa-thumbs-up
<div class="es-mobile-topbar__item">
<a href="javascript:void(0);" class="es-mobile-topbar__link" data-mobile-joomla-menu><i class="fa fa-bars"></i></a>
</div>


2) Please, can you tell me the path to the color of the menu bar Mobile Template Web easysocial?

You can do template override on this path .../templates/esmobile/css/custom.css and add codes below

//change your color accordingly
.es-mobile-header {
background-color: red !important;
}


Please advice.
·
Tuesday, 21 March 2017 18:28
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post