[Resolved] can not change color and background of navigation search

Home Forums Support [Resolved] can not change color and background of navigation search

Home Forums Support can not change color and background of navigation search

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #328303
    Ali

    Hi,

    I added this code to simple CSS of my website: http://kavianionline.com

    .navigation-search input[type=”search”],
    .navigation-search input[type=”search”]:active {
    color: #000000;
    background-color: #f3f3f3;
    }

    But the search icon color and background does not change at all. I disabled w3 total cache, but there is same issue.

    Please help.

    #328432
    Tom
    Lead Developer
    Lead Developer

    Looks like it’s working to me?: https://www.screencast.com/t/NULYTz45

    #328502
    Ali

    I changed is still green, even in your screenshot ๐Ÿ™‚
    But in my css, the color is #f3f3f3 which is gray.

    #328615
    Tom
    Lead Developer
    Lead Developer

    Can you try adding this CSS?:

    .rtl.nav-aligned-center .main-navigation li.search-item.current-menu-item {
        right: auto;
    }
    #328648
    Ali

    It worked ! But I can not understand why :))
    Thanks a lot.

    #328854
    Tom
    Lead Developer
    Lead Developer

    It’s something I need to adjust in the theme – thanks for pointing it out! ๐Ÿ™‚

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