Welcome, Guest
Please Login or Register.  Lost Password?
Changing the white in the drop down menu (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Changing the white in the drop down menu

#6558
Changing the white in the drop down menu 1 Year, 2 Months ago  
Hi

Just purchased the template and trying out the green menu and footer.

However, I want the change the white space that exits between the top menu and the drop down. I identified the green as #61BA57 and I want this green to be in the white space

I tried changing the white in background-color css of:

#menu .menu li ul

and added the same css ( background: #61BA57 ) to

#menu .menu li ul a:hover


but stil the white wont go away.

Please assist

Thanks
marrett (User)
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
The administrator has disabled public write access. 
#6559
Re:Changing the white in the drop down menu 1 Year, 2 Months ago  
Hi
Ok sorted this out

Now I need to know how to change the background color of the body of the articles ( not the site background )

I tried this CSS statement :

body {
background:#FCFBE3;
color:#000;
font-weight:550;
font: 62.5%/1.2 Verdana,Arial, Helvetica, sans-serif;
text-align: center;
}

BUT IT's Not effecting the change.Please help
marrett (User)
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
The administrator has disabled public write access. 
#6561
Re:Changing the white in the drop down menu 1 Year, 2 Months ago  
You can change the background color of the center column (where the articles are contained) by changing the background value for the #center selector:

#center {
background:#fff;
float:left;
font-size:1.2em;
line-height:1.3;
overflow:hidden;
}
sambible (Admin)
Admin
Posts: 66
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
The administrator has disabled public write access. 
Go to top