Qba Posted November 11, 2018 Share Posted November 11, 2018 Hi All. I have problem with changing one item bacground colour in dropdown menu. I can change background in css for all menu items, but I would like to do that for one item. Can anybody help me? website address is grek.cyfronik.pl and I am interested in changing background colour for "Stoły naszej produkcji" item. Link to comment Share on other sites More sharing options...
sakgiok Posted November 11, 2018 Share Posted November 11, 2018 (edited) If I understood correctly, adding the following rule in your css will do what you want: li#cms-page-6 a.dropdown-item { background-color: #def142; } or if you want a bigger color rectangle you can color the li element: li#cms-page-6 { background-color: #def142; } Edited November 11, 2018 by sakgiok (see edit history) Link to comment Share on other sites More sharing options...
Qba Posted November 11, 2018 Author Share Posted November 11, 2018 Thank You. It works Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now