Hello, On my new website www.anselmoome.nl there are some changes i want to do. But i don't no how to change this. *Can i changed the color of the main navigation menu (attached Navigation)? * Is it possible the give the borders around the pictures on gallery page an different color (attaches Gallery) ?
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .menu-container { background: your color/color code; } .page-content .gallery ul.thumbnail li { background: none; } .page-content .gallery ul.thumbnail li img { border: 1px solid red; padding: 2px; } It will resolve your issue. Thanks & Regards Yogesh Bhade