New Landing How can we help? Atelier Search bar customization

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Atelier
  • #265527
    keysilinares
    Member
    Post count: 165

    Hello,

    How can I change the background color and border color of the header search bar? (see attached) Thanks!

    Attachments:
    You must be logged in to view attached files.
    #265538
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .ajax-search-wrap, .ajax-search-results, .search-result-pt .search-result, .vertical-header .ajax-search-results {
      border-color: #111111!important;
    }

    – Kyle

    #265540
    keysilinares
    Member
    Post count: 165

    Not working when trying to change the background color.

    #265542
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Sorry misread, should be:

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

    – Kyle

    #265544
    keysilinares
    Member
    Post count: 165

    I had tried that before creating this ticket and it didn’t work. I don’t know why.

    #265553
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    I moved it to the top of your custom css and it works fine, which means you have an error elsewhere in your css

    – Kyle

    #265695
    keysilinares
    Member
    Post count: 165

    Hmm weird. I’ll check it out. How can I change the font color within that search bar?

    #265745
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .ajax-search-wrap input[type="text"], .search-result-pt h6, .no-search-results h6, .search-result h5 a, .no-search-results p {
      color: #111111;
    }

    – Kyle

    #265948
    keysilinares
    Member
    Post count: 165

    Thank you!!

    #266055
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem!

Viewing 10 posts - 1 through 10 (of 10 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