[Resolved] Search Background Tweaking

Home Forums Support [Resolved] Search Background Tweaking

Home Forums Support Search Background Tweaking

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #257458
    Chandan

    Hello,

    Search background shows menu in the background which doesn’t look good.

    I added this to my CSS.

    .navigation-search input[type=”search”],
    .navigation-search input[type=”search”]:focus {
    color: #000;
    background: #fff;
    }

    How do I have background color without any transparency or showing to the menu item?

    #257481
    Leo
    Staff
    Customer Support

    Hi Chandan,

    Try this CSS:

    .navigation-search input {
        opacity: 1;
    }

    Let me know.

    #257498
    Chandan

    Perfect

    #257554
    Leo
    Staff
    Customer Support

    Awesome 🙂

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