[Resolved] How to make search button circle

Home Forums Support [Resolved] How to make search button circle

Home Forums Support How to make search button circle

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

    I’ve tried adding some CSS but nothing’s worked so far. How can I make the button a circle?

    I’ve tried:

    
    .search-bar-homepage { 
        border-radius: 50%;
    }
    

    And

    
    .wp-block-search__inside-wrapper .wp-block-search__button .has-icon { 
        border-radius: 50%;
    }
    
    #2344397
    Fernando
    Customer Support

    Hi Jin,

    Can you try this?:

    .wp-block-search__inside-wrapper .wp-block-search__button.has-icon {
        border-radius: 50%;
    }
    #2344399
    Jin

    Thanks it works perfectly

    #2344406
    Fernando
    Customer Support

    You’re welcome Jin!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.