Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #386503

    Hello,

    is it possible to change the look of the magnifying glass in the search box?
    I mean the small box next to the input field.
    with:
    border: 1px
    background-color: #…….
    border-color: #……..
    and thin lines of the magnifying glass?

    Best regards,
    Frank

    #386687

    Hey scfran!

    If your talking about the search icon that gets added to the end of your menu then you can target it with this CSS.

    #menu-item-search a {  }
    

    So it sounds like your wanting to do something like this.

    #menu-item-search a { border: 1px solid black !important; background-color: red !important; border-color: green !important; }
    

    Cheers!
    Elliott

    #386694

    Hi Elliott,

    sorry, I forgot it … I mean the search icon (widget) in the sidebar.

    Regards,
    Frank

    #387165

    Hi!

    Please add following code to Quick CSS

    input#searchsubmit {
    border: 1px solid black !important;
    background-color: red !important;
    border-color: green !important;
    }

    Best regards,
    Yigit

    #387207

    (y)

    Best regards,
    Frank

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Customise design of search box, magnifying glass’ is closed to new replies.