• Hi

    Please see libertymedicalaid.com. How do I change the lightblue background colour of the ‘FREE Report’sidebar and the lightblue background colour of the opt in form to white? I don’t know where to look for these background colors.

    Thanks

    JP

Viewing 1 replies (of 1 total)
  • use a tool such as Fiebug http://getfirebug.com/ to investigate the styles of these elements;

    the ‘free report’ widget for instance has a unique css id of #text-3 which you could use to style the background;
    example:
    #text-3 { background: #fff; }

    the ‘opt-in’ has a css id of #text-2

Viewing 1 replies (of 1 total)

The topic ‘Change background colour in widget’ is closed to new replies.