Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Joyn
  • #172727
    Keremdo
    Member
    Post count: 111

    Hey Guys, how can i change the background and font color of the standard search in the navigation?
    When typing the word its fine, but when showing the results directly without clicking enter you cant see anything because of the black background color.

    Bests,

    -Steve-

    #172736
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .ajax-search-results .search-item-content a, .ajax-search-results .search-item-content time, .ajax-search-results h3 {
      color: #fff;
    }

    – Kyle

    #172755
    Keremdo
    Member
    Post count: 111

    Hey,

    i need the background to be white like the wishlist dropbown box cause on black background you cant see all the font and so on…

    #172762
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok then instead use this css:

    .ajax-search-wrap {
      background-color: #ffffff!important;
    }

    – Kyle

    #173508
    Keremdo
    Member
    Post count: 111

    Hey,

    that works for background! 3 other things:

    1. The type in color for search changes with the navigation color ( menu item text color )
    Since i want to use a more brighter or white item text color, the color in the search bar is the same but on white background you can hardly see this, so i need to change just the Search bar input text color.

    2.On Ipad the search does not work, somehow when trying to type the keyboard fades away so there is no way to use the search on ipad landscape. How come?

    3. On mobile, the search results are “glued” to sides, there is no space which doesnt look good. ( picture attached )

    -Steve-

    Attachments:
    You must be logged in to view attached files.
    #173600
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .ajax-search-wrap input[type="text"], .search-result-pt h6, .no-search-results h6, .search-result h5 a, .no-search-results p {
        color: #000 !important;
    }
    
    #main-nav .ajax-search-wrap input[type="text"] {
        padding: 12px 20px;
        color: #000 !important;
    }
    @media only screen and (max-width: 767px) {
    ul.blog-items {
        list-style: outside none none;
        margin: 0px !important;
    }
    }
    
    #173630
    Keremdo
    Member
    Post count: 111

    Hey,

    thanks works great except on Ipad Search,
    you have to type twice for the keyboard to stay, can you check?

    Thx!!

    -Steve-

    #173646
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    It seems to fine to me. I forward it to my colleague will also check it.
    Thanks
    Mohammad

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register