• Resolved fusebrandingco

    (@fusebrandingco)


    How would I do the following?

    Search Field:
    – remove the black border around the search field

    Search Button:
    – change the background color of the search button
    – change the color of the “Search” type
    – change the font of the “Search” type to Lato

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    I hope you are well today and thank you for your question.

    You can achieve this by adding the below CSS code in the Custom CSS option of Ivory Search plugin settings on the path Ivory Search -> Settings -> Settings

    .is-menu #s {
        border: 0;
    }
    .is-menu #searchsubmit {
        background-color: #777474;
        color: #FFF;
        font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
    }

    Best regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Search Button Customization’ is closed to new replies.