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
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 |
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! |
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-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;
}
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.
|
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. https://www.deanbassett.com |
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.
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.
|
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.... |
Err...Yep its this. http://www.boonex.com/trac/dolphin/ticket/3113 Somehow i missed this, sorry 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.... |
FIxed. Replace MMDMultiMainMenuModule.php file http://www.boonex.com/forums/topic/Multi-Main-Menu-Support-forum.htm#227371 so much to do.... |
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! :) |