How to add a border to widgets
-
Hi, I was wondering how I could add a black border around some of my widgets – such as the social icons widget and search bar widget. (I use Stow theme) Thanks!!
-
Via Custom CSS https://en.support.wordpress.com/custom-design/custom-css/ add this:
.wp-block-search.aligncenter { padding: calc(.5*16px); border: 1px solid; } .wp-block-social-links.aligncenter.is-style-logos-only { padding: calc(.5*16px); border: 1px solid; }
- The topic ‘How to add a border to widgets’ is closed to new replies.