background colour behind menu (aboutme etc..) Posted in : Editor kavimaniParticipant 21 April 2016 at 18:08 #30414 Hi, I am not able to change the background color behind the menus on top, where we have the pages like about me. Also, how can i change the background colour for the footer? Thanks Kevion serkanModerator 21 April 2016 at 18:14 #30415 Hi Kevion; You can use this custom css code for the menu background; .site-navigation { background: #E6E6E6 !important; } Footer background color comes from body color. You can use this custom css code for the footer. .site-footer { background-color: #F7F7F7; } Thanks kavimaniParticipant 21 April 2016 at 23:49 #30420 Serkan, #1, worked fine. #2. didnt work. i have used the same code though. URL below… http://www.promotraveller.com thanks Kevin serkanModerator 22 April 2016 at 10:38 #30423 Hi Kevin, Try to use this custom css code for the social icons in footer area. .footer-social .social a { outline: none; } Thanks Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in and have valid license to reply to this topic. License required for the following item Editor - A WordPress Theme for Bloggersby pixelwars Login and Registration Log in · Register