Forum
Welcome, Guest
Please Login to access forum.
Menu color (1 viewing) 
Go to bottom
TOPIC: Menu color
#2172
VLg
Fresh Boarder
Posts: 2
User Offline
Menu color Karma: 0  
I've set the colors for the menu from one of our sites www.gerardgeboers.nl as on the screenshot below https://www.dropbox.com/s/uwahqzk75pxxzbb/Schermafdruk%202015-04-29%2013.25.49.png?dl=0

Module headers change color, the menu doesnot. Where can I change this, it seems that the line 359 solution in the css doesnot work.

--
Is there a way that i can get the slideshow exactly as wide as the module headers? The slides are a litte smaller.
Rgds. Pierre
 
Logged Logged  
  The administrator has disabled public write access.
#2173
John Dagelmore
Admin
Posts: 3817
User Online Now
Re:Menu color Karma: 84  
Hello Pierre,

to change the top menu color you find styles at line 287 of the main.css, such as div.moduletable.menutop.

To have the slideshow with same width of titles simply use a custom CSS to remove padding for the module, for example:

Code:

div.slideshow div.moduletable{padding: 0 !important;}
Below the result Rgds, John
 
Logged Logged  
  The administrator has disabled public write access.
Go to top