• Resolved mikepoconnor4

    (@mikepoconnor4)


    We used your Facts widget. It seems the background color of that section changes to a dark and I haven’t been able to figure out how to control it with additional css (I was able to change color but not background color). We’d like it to be the same white (or off white) as the rest of the main page.

    This site is under development and has a password associated with it. Box#459

    • This topic was modified 2 years, 7 months ago by mikepoconnor4.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    You are not allowed to share any password to your site here in the community support forums. Please remove it.

    It seems the background color of that section changes to a dark and I haven’t been able to figure out how to control it with additional css

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    .atframework_facts_widget {
      color: #000 !important;
      background-color: #fff !important;
    }
    
    .atframework_facts_widget .widget-title {
      color: #000 !important;        
    }
    Thread Starter mikepoconnor4

    (@mikepoconnor4)

    great – that worked.

    I don’t see any edit button to change my original post as you requested.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Facts section – background Color’ is closed to new replies.