• i would like to change the header color on my sidebar widgets. I have used the code below but it changes the entire widget both header and space around the content.

    .widget {
       background-color : #D4D496;
    }

    Is there anyway to just change the widget header, and leave the space around the content white? If so I would like to do it in the Custom CSS box.

    My site is https://www.gettingstamped.com for reference.

    Thanks for any help.

Viewing 1 replies (of 1 total)
  • for those general formatting problems, try working with a browser inspection tool (such as Firebug) to find out which element is styled by which style;

    the widget title for instance is styled with .widget-title.

    or try asking at a css forum like https://csscreator.com/forum

Viewing 1 replies (of 1 total)
  • The topic ‘Changing widget header color’ is closed to new replies.