Deep Green background at the very top and bottom

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Jun 20, 2013 4:07 am
Reply with quote
Report this post
Hello,

How do I change the black background to vert deep green at the top, i.e., in the Menu List Module row

and at the very bottom, i.e., below the Orange line including the Footer Nav, "Copyright" of each page.

Also, the text for the Main Menu list should be white.

Cornelio
User avatar
Expert Boarder

GK User
Thu Jun 20, 2013 4:37 am
Reply with quote
Report this post
Please add following css codes in templates/gk_news/css/override.css and enable css override option in template settings advanced settings > css override "on".

Change colors to your liking.
Code: Select all
/* Top Menu Background */
#gkPageTop { { background: #008B00;}
/* Menu text color */
.gkMenu > ul > li > a { color: #fff;}
/* Footer Background */
#gkFooter { background: #000000;}


See you around...
User avatar
Platinum Boarder


cron