theme

how to change template of member menu bar ( chat bar) ..on bottom..it appear after login..

i just want to change the colour..and increase the height...

which file i have to edit for this..

 

05-02-2014 05-22-28.png · 31.4K · 210 views
Quote · 5 Feb 2014

general.css is the file.

That is assuming the template has the extra_top_menu css in that file. And i really do not like to assume.

For custom templates and modules you should always contact the developer if you want accurate information on the location of something.

https://www.deanbassett.com
Quote · 5 Feb 2014

check general.css

div.extra_top_menu table.fixed_menu

Dedicated servers for as little as $32 (28 euro) - See http://denre.com for more information
Quote · 5 Feb 2014

 

check general.css

div.extra_top_menu table.fixed_menu

 hi .. i didn't find "div.extra_top_menu table.fixed_menu"

is this code related to that:

div.adm-tm-item {
    position: relative;
    float: left;
    width: 50px;
    height: 50px;

    background-color:transparent;

   -webkit-transition: background-color 0.2s linear;
   -moz-transition: background-color 0.2s linear;
   -o-transition: background-color 0.2s linear;
   transition: background-color 0.2s linear;

Quote · 5 Feb 2014

There is some interaction between CSS for the menus.  For example, the CSS that controls font size for submenus will also affect the font size in the member menu bar.  I also found out that the table used in the menu bar for the actions is set dynamically by javascript; when I increase the font size it caused my member menu bar to double in height because of the width of that table.  I don't know what it is using to determine that the table should be some size based on something else or maybe it is not calculated.  I was never sure of the exact javascript code doing the setting of the width.

So, to make a long story short, there may be several things that will need to be adjusted as you work on changing the member menu bar.

Geeks, making the world a better place
Quote · 5 Feb 2014

 

There is some interaction between CSS for the menus.  For example, the CSS that controls font size for submenus will also affect the font size in the member menu bar.  I also found out that the table used in the menu bar for the actions is set dynamically by javascript; when I increase the font size it caused my member menu bar to double in height because of the width of that table.  I don't know what it is using to determine that the table should be some size based on something else or maybe it is not calculated.  I was never sure of the exact javascript code doing the setting of the width.

So, to make a long story short, there may be several things that will need to be adjusted as you work on changing the member menu bar.

 can i atleast change the colour from grey to orange or black..will it be easy...where i have to edit to change the colour ..in css or html..somewhere..

Quote · 5 Feb 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.