Home › Forums › Support › Search box drop down This topic has 9 replies, 3 voices, and was last updated 4 years, 2 months ago by David. Viewing 10 posts - 1 through 10 (of 10 total) Author Posts June 25, 2021 at 1:04 pm #1835172 Rohith The search icon in the Sticky Navigation. Whenever we click, it Is floating left side. I want it to float right side and the background color is also not changing from Colors option. June 25, 2021 at 4:46 pm #1835289 LeoStaff Customer Support Hi there, You can try adding left: auto; to this block of CSS you are already using: form.search-form.navigation-search { max-width: 200px; top: 45px; z-index: 10; border: 1px solid #DDD; border-top: 0; } As for the color, are you sure the options under Colors > Primary Navigation > Navigation Search don’t work? June 25, 2021 at 5:57 pm #1835313 Rohith It worked but what about the background color? June 25, 2021 at 8:12 pm #1835346 LeoStaff Customer Support Did you see the second part of my answer above? As for the color, are you sure the options under Colors > Primary Navigation > Navigation Search don’t work? June 25, 2021 at 8:17 pm #1835354 Rohith I have checked it. But, whenever i try to change the solor, its changing and after sometime it’s getting back to black June 26, 2021 at 9:15 am #1835889 LeoStaff Customer Support Are you saying that the customizer setting doesn’t save? What is the setting in that field currently? June 26, 2021 at 2:13 pm #1836013 Rohith After changing the color, it is saving. But within a few seconds, the search box color is changing to black again June 26, 2021 at 3:47 pm #1836061 DavidStaff Customer Support Hi there, you have this Custom CSS in your site that is changing the search froms colors: /* Search */ .navigation-search input[type="search"]:focus, .navigation-search input[type="search"] { background-color: #222; color: #fff; } Remove that if you want the customizer colors to work. June 26, 2021 at 5:40 pm #1836103 Rohith Worked, Thanks! June 27, 2021 at 4:09 am #1836287 DavidStaff Customer Support You’re welcome Author Posts Viewing 10 posts - 1 through 10 (of 10 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In