Edited: 3/9/2022 1:34 AM
Picture Placeholder: Jim Hidson.
Jim Hidson.
why does the CSS background image for the accordion is keep showing when we change the CSS by adding a dark blue? ​The dark blue shows in the Design and the Preview but when after publishing, the CSS reverts to the background image that was there before.

The default accordion header is a background image not a color, so you need to set it to none in the CSS like this:
 
color: rgb(255, 255, 255);  !important; background-color: rgb(0, 32, 91) !important; font-weight: bold;
background-image: none !important;

 

In Design and Preview
 

 After Saving and Publishing
 
Picture Placeholder: Jim Hidson.
  • Jim Hidson.
/_layouts/15/images/person.gif" alt="Picture Placeholder: Jim Hidson." />
Jim Hidson.

The default accordion header is a background image not a color, so you need to set it to none in the CSS like this:
 
color: rgb(255, 255, 255);  !important; background-color: rgb(0, 32, 91) !important; font-weight: bold;
background-image: none !important;

 

In Design and Preview
 

 After Saving and Publishing
 
03/9/2022 1:33 AM3/9/2022 1:34 AMNoSPARK Forms
0
12/2/2021 4:19 AM
There are no items to show in this view of the "Discussions List" discussion board.