Viewing 1 replies (of 1 total)
  • You should be able to target CSS to a specific widget by using the id for that widget in your CSS code – for example this one:

    <li id="text-7" class="widget widget-sidebar">

    Include that id in the CSS:

    #text-7 {
       border: 1px solid red;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Adding border around ONE widget’ is closed to new replies.