Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1053266
    usfinancial
    Participant

    Hi I want to flatten just the button on the home page of the website artisanrealty.com next to the search box.

    Is this possible?

    #1053543
    John Ezra
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    div#x-section-1 
    div#idx_omnibar_widget-2 
    button.idx-omnibar-extra-button {
        box-shadow:none;
        border-radius:0; /*     optional to remove rounded corners */
        border:none; /*     optional to remove border */
    }

    Hope this helps – thanks!

  • <script> jQuery(function($){ $("#no-reply-1053266 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>