• Resolved lheinbockel

    (@lheinbockel)


    Hi,

    First of all, thanks for this awesome plugin! It works like a charm. I was just wondering if it’s possible to change the background and font colors on the search button so it more closely matches the other buttons on my site? Thanks in advance for your help.

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

    (@vinod-dalvi)

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

    Sure we can achieve this developing custom CSS code.

    Could you please share me your site URL where it’s displaying and tell me how you want it to style so that i can help you to achieve it?

    Best regards,

    Thread Starter lheinbockel

    (@lheinbockel)

    Sure. My URL is https://www.inteltech.com/. I would like to make the search button background color #0c469d, the font color #fff, and if we could the text font Open Sans, that would be an added bonus. Thanks again!

    Plugin Author Vinod Dalvi

    (@vinod-dalvi)

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

    .astm-search-menu form #searchsubmit {
        background: #0c469d;
        color: #fff;
        border-color: #0c469d;
        font-family: 'Open Sans';
    }
    Thread Starter lheinbockel

    (@lheinbockel)

    Worked great. Thanks!

    Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    You are most welcome, I’m glad I was able to help you in this matter. There is no obligation but by your kind words I wonder if I could trouble you to leave a review based on this experience here:

    https://www.ads-software.com/support/plugin/add-search-to-menu/reviews/

    I’d really appreciate that. ??

    And if i can be of any further assistance please don’t hesitate to ask.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Style Search Button’ is closed to new replies.