[Resolved] Search Icon Field is Invisible

Home Forums Support [Resolved] Search Icon Field is Invisible

Home Forums Support Search Icon Field is Invisible

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #334711
    Dan

    When I click on the search icon in the menu I can see a cursor flashing on top of my menu items, but no field or background. How can I give that field a background and a proper look?

    http://crushtheresistance.com/

    Thanks!

    #334724
    Leo
    Staff
    Customer Support
    #334728
    Dan

    Unfortunately, that didn’t seem to work. When I click the magnifying glass, the cursor just pops up on top of my menu items. Interestingly, when I click and hold on the X button to close it, the background does show up momentarily.

    http://crushtheresistance.com/

    This is the code I used from that post:

    .navigation-search input[type="search"], 
    .navigation-search input[type="search"]:active {
        color: #3f3f3f;
        background-color: #3f3f3f;
    }
    #334734
    Leo
    Staff
    Customer Support

    Can you try:

    .navigation-search input[type="search"], 
    .navigation-search input[type="search"]:active {
        color: #ffffff !important;
        background-color: #3f3f3f !important;
    }
    #334739
    Dan

    That seems to have done the trick. Thanks!

    #334740
    Leo
    Staff
    Customer Support

    No problem!

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