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

    ive tried this to change the backgorund color of the search box

    /* search box styling */
    #top #s {
    background-color: #ffffff;
    }

    but it did not work.
    how to do this?

    #928090

    Hey jelle,

    I checked your site and it works, I clicked on the search icon on the right and inspected it, you can try changing it to #000000 since #ffffff is already the background color of your div/container.

    Best regards,
    Nikko

    #928660

    hi nikko, you are absolutely right.
    i misread the question of my client. he wants a border around the magnifying glass, to make it more marked.
    i ve found out one can adjust this with:

    #menu-item-search a { border: 1px solid black !important; etc etc }

    thanks anyway

    #928884

    Hi,

    Glad that’s it’s all good then. Thanks for using Enfold and have a great day! :)

    Best regards,
    Nikko

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