hepl with submenu font size

that's it, i give up. can someone please help me on how to increase the font site of the submenus. firebug points me to look in general.css:

(firebug)
background-image:url(../images/body_backgr.gif);
background-repeat:repeat;
color:#000000;
font-family:Arial;
font-size:12px;
margin:0;
padding:0;
}

(base/general.css)
body
{
margin:0px;
padding:0px;
margin-bottom:20px;
background-color:#FFFFFF;
}

where is the font-size in general.css??? please help. thank you.
Quote · 7 Mar 2009

Members
Online All Members Search Hot or Not

 

 

To edit font-size on this, open file templates/tmpl_uni/general.css

 
Edit font-size on Members

 

.subMenu h2 {
  margin: 0px;
  padding: 0px;
  padding-bottom: 2px;
  font-size: 24px;
  color: #666666;
  text-transform: capitalize;
---------

 

Edit font-size on submenus: Online All Members Search Hot or Not

 

Font-size is not coded specific to submenu by default -> comes from body in general.css I think.
(if you edit it here it will change font-size many places, probably not what you want)

 

 
but you can add a font-size self, like I have done below

 

.subMenu {
     background-image:url(../images/h_menu_bg.png);
     background-repeat:repeat-x;
     height:57px;
     padding-top:8px;
     /*padding-left: 14px;*/
     font-size: 14px;
     font-weight: bold;
     background-color: white;
     position: absolute;
     top: 0px;
     /*width: 946px;*/
     width: 100%;
 }

 

 
and you need also to add font-size here

 

.subMenu a,
 .subMenu a:link,
 .subMenu a:hover,
 .subMenu a:active,
 .subMenu a:visited {
         font-size: 14px;
         color: #333399;
         text-decoration: none;
        }

 

 

 Hope this will help you a bit...Smile

Quote · 7 Mar 2009

okweb, thanks you for the hepl. that did.

Quote · 8 Mar 2009

Why do all the css files in templates/uni   read   @import url(../../base/css/general.css);   instead of editable code as you have displayed?

Quote · 20 Aug 2010

Okay first I apologize if this is posted some place already but I have been unable to find this resolution,   so I changed the dropdown menu to display all Category Pages instead of the "categories page" tab. like this MENU

 

The PROBLEM is  that there is not enough room for them to display correctly on page menu bar  as seen here MENU2

 

And I have been unable to locate where to adjust this font option in D7 so that the sub menu items can be fully displayed in this area.  Can someone please point me in the right direction...Thank You

Quote · 20 Aug 2010
 
 
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.