Some items in the menu bar are always "bold"

I have a problem with the display of the some items in navigation menu because I would like to display them all as "inherit" or "lighter" but some items are still "bold". Why this happened and how can I improve this? Please advice

navigation menu.jpg · 32.1K · 228 views
Quote · 20 Dec 2013

 

I have a problem with the display of the some items in navigation menu because I would like to display them all as "inherit" or "lighter" but some items are still "bold". Why this happened and how can I improve this? Please advice

 First off, you need to ask your template creator about it.

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 20 Dec 2013

 The problem is that I am the creator of this template :D

I'm trying to investigate the file top_menu.css - line 45 with firebug:

table.topMenu a, table.topMenu a:link, table.topMenu a:visited, table.topMenu b {


-moz-text-blink: none;

    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    border-bottom-width: 0;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 0;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 0;
    border-top-width: 0;
    color: #404040;
    display: block;
    font-weight: inherit;
    height: 38px;
    line-height: 38px;
    position: relative;
    text-shadow: 0 1px 0 #FFFFFF;
    text-transform: uppercase;
    z-index: 20;
}



clearly shows that the font-weight: inherit, and some elements are still bold. I tried also normal and lighter, but unfortunately not help. How can I change this?

 

I have a problem with the display of the some items in navigation menu because I would like to display them all as "inherit" or "lighter" but some items are still "bold". Why this happened and how can I improve this? Please advice

 First off, you need to ask your template creator about it.

 

Quote · 21 Dec 2013

inherit means to use what ever was set in a parent element. It may be that one parent containers has the font set to bold. To determin that you need to traverse back through all the containers.

So instead of using inherit which can be unpredictable, use a actual font weight such as normal.

https://www.deanbassett.com
Quote · 21 Dec 2013

 Thanks for advice. I tried with normal weight, but is still the same. Where there may be other parents? I searched using firebug all "bold" and I changed to weight: normal but did not help.


I see one element of style for a single item, and then how to change my weight: normal is good, but I do not know what file I can find and edit?

inherit means to use what ever was set in a parent element. It may be that one parent containers has the font set to bold. To determin that you need to traverse back through all the containers.

So instead of using inherit which can be unpredictable, use a actual font weight such as normal.

 

Quote · 22 Dec 2013

I assume you're using my multi main menu module on your site. Please send me your sites admin panel login. I need to check, there might be another potential bug in it.

so much to do....
Quote · 22 Dec 2013

Err...Yep its this.

http://www.boonex.com/trac/dolphin/ticket/3113

Somehow i missed this, sorry Embarassed

Will release another update in an hour or so.

Thats the problem when you release a mod with core modification. Hooks like wp are better.

so much to do....
Quote · 22 Dec 2013

FIxed. Replace MMDMultiMainMenuModule.php file

http://www.boonex.com/forums/topic/Multi-Main-Menu-Support-forum.htm#227371

so much to do....
Quote · 22 Dec 2013

Many thanks Prashank25! Sorry for the late reply but I was not available.

I did not think it could be a module problem. It works very well now and the weight is the same size! :)

Quote · 22 Dec 2013
 
 
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.