[ Video Sharing CMS v4 ] How to do Corrections in 3.5

Started by rishab55555,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

rishab55555Topic starter

Hello Fellow people,

Creating this post just to mention changes/ correction I am doing and how I am doing so that if anyone needs to do the same thing, can search easily.

1. In the responsive menu, the close icon is right now a plus sign :D which is confusing for the user.
In order to change it:
> GO to : public_html/tpl/main/css/font-awesome.css and search for .icon-plus:before and change the content to the given below. You have to change the value between inverted commas to \f05c and this will show a close sign in responsive menu.

.icon-plus:before                 { content: "\f05c"; }   
  •  

PHPVibe A.

Why not just change in tpl/main/sidebar.php

<a id="mobi-hide-sidebar" class="topicon tipN" href="javascript:void(0)" title="<?php echo _lang('Hide'); ?>"><i class="icon-plus"></i></a>


If that plus shows up somewhere else and you change it via css, it will change everywhere, so better just change
<i class="icon-plus"></i>


in this code.

Similar topics (7)