Search for: Log In Free Support [Resolved] Elements – secondary menu Home › Forums › Support › Elements – secondary menu This topic has 5 replies, 2 voices, and was last updated 4 months, 3 weeks ago by Elvin. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts October 1, 2020 at 4:33 pm #1468184 Jan Pecenka Hi, how I can change a color in secondary menu on specific page? I try creat a hook – generate inside secondary navigation and insert: <style> .main-navigation .main-nav ul ul ul li a { background-color: #000; color: #ffffff; } </style> Doesn´t work. Whats wrong? October 1, 2020 at 4:50 pm #1468194 ElvinStaff Customer Support Hi Jan, To clarify, I believe you’re trying to change the color of the social icon links? If so, the correct CSS selector for it is .secondary-navigation .main-nav ul li a. You can try this out. .secondary-navigation .main-nav ul li a { background-color: #000; color: #ffffff; } A wise man once said: "Have you cleared your cache?" October 1, 2020 at 4:55 pm #1468195 Jan Pecenka Oh, I didn´t change main to secondary. Sorry 🙂 October 1, 2020 at 5:06 pm #1468199 ElvinStaff Customer Support Oh, I didn´t change main to secondary. Sorry 🙂 have you solved it? Let us know how it goes. A wise man once said: "Have you cleared your cache?" October 1, 2020 at 5:08 pm #1468202 Jan Pecenka Yes. It´s work. October 1, 2020 at 5:12 pm #1468204 ElvinStaff Customer Support Yes. It´s work. Nice one. Good to know. 🙂 Feel free to open up a new topic if you have any other questions. Have a great day. 😀 A wise man once said: "Have you cleared your cache?" Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In