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

    I’ve changed the background color of the header but i want a different background color for the search box. Is that possible to do with some custom css? Is it also possible to change the text color for the real time search result?

    #317389

    Hi mathiasbjoerck!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .header_color .avia-tt {
    background-color: red;
    }
    .header_color .ajax_search_excerpt {
    color: blue;
    }
    .header_color .ajax_search_title {
    color: orange;
    }

    Regards,
    Yigit

    #317912

    Yes, great! We are half way there =).
    The small arrow above the search-box is still the same color as the header background. How do you change that?
    What is the css-element to change the border color around the search-box?

    Regards
    Mathias

    #318045

    Hey!

    Please add following code to Quick CSS as well

    .header_color .avia-tt, .header_color .avia-tt .avia-arrow, .header_color .avia-tt .avia-arrow { background-color: red; border-color: blue; }

    Cheers!
    Yigit

    #319058

    Excellent! Works as excptected. Thank you for the quick reply.

    #319147

    Hey!

    You are welcome, glad we could help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change background color of the search box’ is closed to new replies.