Review widget customization – beyond the editor

Beyond the widget editing capabilities, you can customize the look of the widgets with little tricks. Let’s see a compilation of them!

Find your needs/problem below and add the given CSS/HTML/Javascript lines into your site. There are some ways to do this:

  1. Append your-CSS-code it to your site’s CSS file
  2. Add your-CSS-code to your WordPress theme’s custom style section
  3. Wrap your-CSS-code with <style> and </style> and add it to your page as HTML code. Your insertable line should look like this: <style> your-CSS-code </style>
  4. If you have your-HTML-code, copy-paste into your page as HTML code. (Like in the previous point)
  5. If you have your-javascript-source-code, copy-paste into one of your used Javascript file, or into your HTML page. (In this case do not forget the <script> wrapper tag!)

Topics

[WPSM_AC id=3255]

[yarpp]