Changing the color of one button in main menu Posted in : Bloggy WP lincoParticipant 10 May 2014 at 21:11 #14185 Hi there, I would like to change color of one button in main menu Please see my site http://www.smarthappy.eu/ It is the Ebook button. I would like it darker. Thanks for advice Peter Mehmet S.Keymaster 10 May 2014 at 23:38 #14186 Hi, use this in your theme option > custom css box: .menu-custom #menu-item-3343 a { background-color: #c9c9c9; } Thanks lincoParticipant 11 May 2014 at 21:52 #14218 I used the code and there is no change. What can be wrong? Mehmet S.Keymaster 12 May 2014 at 09:18 #14224 Try this: ul.menu-custom #menu-item-3343 a { background-color: #c9c9c9; } lincoParticipant 12 May 2014 at 09:38 #14228 still no change Mehmet S.Keymaster 12 May 2014 at 15:04 #14233 Try this: .main-navigation > ul > li:nth-child(5) > a { background-color: #c9c9c9; } lincoParticipant 12 May 2014 at 15:21 #14238 well nothing changed, any other idea? ahmetsaliKeymaster 14 May 2014 at 16:29 #14263 Hi, you have a redundant “c” character just before this code in your custom css code, remove that “c” character and it should work. .form-allowed-tags { display: none; }c ***remove this .main-navigation > ul > li:nth-child(5) > a { background-color: #ffcc00; } Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in and have valid license to reply to this topic. License required for the following item Bloggy WP - Responsive Minimalist WordPress Themeby pixelwars Login and Registration Log in · Register