How do i Change the widget to white

The heading CCTV & Alarms… in the picture

Element is

CCTV & Alarms - Hours & Info

Hi There @VelocityWeb

Thanks for writing in! According to your screenshot, could you please try adding the following CSS rule into your X -> Theme Options -> CSS area and see if that helps.

.widget_contact_info .h-widget {
  background-color:#000000;
  color: #fff;
}

In case if that does not help, please provide us with the link to your page.

Thanks!

I entered that and nothing happened

Here is the html

Hello @VelocityWeb,

Thanks for updating the thread.

Please try out following code under X > Theme Options > CSS:

.widget_contact_info .h-widget {
  background-color:#000000 !important;
  color: #fff !important;
}

If the above code still does not work, please try out following CSS and let us know how it goes:

.h-widget {
    color: #fff !important;
    background-color: #fff !important;
}

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.