Welcome, Guest
Username Password: Remember me
  • Page:
  • 1

TOPIC: main menu color

main menu color 13 years, 3 months ago #2923

  • kmc
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
  • Karma: 0
Where do I go to change the my main horizontal menu color. It is green letters now, I need blue.

Re: main menu color 12 years, 5 months ago #6496

  • rausmade
  • OFFLINE
  • Fresh Boarder
  • Posts: 14
  • Karma: 1
Same question here!

Re: main menu color 12 years, 5 months ago #6498

  • LAMF
  • OFFLINE
  • Senior Boarder
  • Posts: 66
  • Karma: 1
Noone seem to like styling questions here so I try to give you a hint here.

What I did is to copy my regular menu (horisontal or whatever doesn't matter) there's a good guide under the Docs section in this site where you get all the details.
In the modules advanced parameters tab, add a Module class-suffix like this: suffix_name (with a space before the suffix name)

Then you edit the css in the files:

/templates/mobile_pda/css/custom.css (for android phones)
/templates/mobile_iphone/css/custom.css (for iphones)

css code example: (mobMen is the Module class-suffix I used)

 
.mobMen ul { margin-top: -3px; list-style: none inside !important; background-color: #222; font-weight: bold; } .mobMen ul li { padding-bottom: 0; padding-left: 0;}
.mobMen li a:link, .mobMen li a:visited { background: #222 url(../resources/images/menu-bg.png) repeat-x 0 0; height: 18px;    border-left: 1px solid #4B7027;    border-right: 1px solid #4B7027;    padding: 1.2em 0 0.8em 1.5em;    color: #FFF; (here's the text color I used (white))    display: block; text-transform: uppercase;    text-decoration: none; font-weight: 900;}
.mobMen li a:hover {    background: none #3B56BC;    height: 18px;    border-left: 1px solid #4B7027;    border-right: 1px solid #4B7027;    padding: 1.2em 0 0.8em 1.5em;    color: #FF0;    display: block; text-transform: uppercase;    text-decoration: none;}


Hope this helps.
  • Page:
  • 1
Time to create page: 0.11 seconds

By continuing to use this site you consent to the use of cookies on your device as described in our cookie policy unless you have disabled them. This site will not function correctly without cookies.

I accept cookies from this site.