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:
- Append
your-CSS-code
it to your site’s CSS file - Add
your-CSS-code
to your WordPress theme’s custom style section - 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>
- If you have
your-HTML-code
, copy-paste into your page as HTML code. (Like in the previous point) - 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]