Need to change color of search listing area background, and on the sides of the top nav bar to black can you help, thanks
Hello, Greeting from InkThemes, To make the desired changes, just paste the code in the Additional CSS section of the theme. Go to (Dashboard->Appearance->Customize->Additional CSS). /** For top menu **/ Code: .menu_wrapper .menu-container { background: #20296f; border-bottom: 1px solid #e7e7e7; } #menu .ddsmoothmenu li a { color: #f5e7e7; margin-top: -1px; padding: 2px 18px 2px 13px; font-size: 15px; } /** For search listing button **/ Code: .main_search #searchsubmit { background: #1980D1; border-bottom: 2px solid #124a76; } You can use the color codes of your choice. Regards, Akbar InkThemes.com