Site logo

[Support request] Search box drop down

Home Forums Support [Support request] Search box drop down

Home Forums Support Search box drop down

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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.

    #1835289
    Leo
    Staff
    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?

    #1835313
    Rohith

    It worked but what about the background color?

    #1835346
    Leo
    Staff
    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?

    #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

    #1835889
    Leo
    Staff
    Customer Support

    Are you saying that the customizer setting doesn’t save?

    What is the setting in that field currently?

    #1836013
    Rohith

    After changing the color, it is saving. But within a few seconds, the search box color is changing to black again

    #1836061
    David
    Staff
    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.

    #1836103
    Rohith

    Worked, Thanks!

    #1836287
    David
    Staff
    Customer Support

    You’re welcome

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.