Just want to modify size of menu items, but where?

Last post 08-12-2008 10:32 AM by Torgu. 3 replies.
Page 1 of 1 (4 items)
  • Just want to modify size of menu items, but where?

    08-10-2008 1:39 PM

    Hi all!

    My first attempt at using G-CMS. I'm using the theme "user group" and am trying to change the size of the small items in the menu at the top (home, etc). I'm guessing that it's all CSS and I've been trying to make it work but I can't find the one that actually does the trick.

    I'm searching for #menu at custom.css, style.css and screen.css but to no avail. The things I change there doesn't make any change to the menu items. 

    Can someone point me to this possibly super simple bit of code?

  • Re: Just want to modify size of menu items, but where?

    08-11-2008 9:17 AM

    Hi

    Have you turned off caching while developing/modifying your Graffiti installation?

    Community Server hosting. Graffiti CMS hosting. Installation, configuration, maintenance, customisation and support of Telligent's Community Server and Graffiti CMS products in Europe, Singapore and Australia.

    http://thecommunityhost.co.uk
  • Re: Just want to modify size of menu items, but where?

    08-12-2008 8:05 AM

     You want to look for the list items within the menu style - I *think* in this particular theme you want to modify the following:

     

    #nav ul li { font-size: 1.6em; float: left; }
       
                #nav ul li a, #nav ul li a:visited { display: block; padding: 0.3125em 0.8125em 0.5em 0.8125em; color: #a90000; }
       
                #nav ul li a:hover, #nav ul li a.current:hover { color: #fff !important; background: #a90000; text-decoration: none !important; }
           
                #nav ul li a.current, #nav ul li a.current:visited { color: #a90000; text-decoration: underline; }

    Crazeegeekchick.com


  • Re: Just want to modify size of menu items, but where?

    08-12-2008 10:32 AM

     Got it! Thanks a lot guys!

Page 1 of 1 (4 items)