Use the code below to customize the background color of Posts in the Social Wall (Comments) feature.
1) Log into your App Manager and select your app.
2) Click Colors from the left-hand-side of the screen (or the middle of the screen).
3) Scroll down to the Advanced SCSS box. If there is already code in the advanced SCSS box, do not remove it. Start a new line “after” the last character in the box, then paste the above code.
/** Begin change social wall posts background color*/
.post-button.button.button-assertive.button-assertive-custom.button-full.ng-binding
{
background-color: #f8f8f8 !important;
}
/** End change social wall posts background color*/
Change background color of the Posts in the Social Wall feature.
Posted by keith on October 1, 2019
Use the code below to customize the background color of Posts in the Social Wall (Comments) feature.
1) Log into your App Manager and select your app.
2) Click Colors from the left-hand-side of the screen (or the middle of the screen).
3) Scroll down to the Advanced SCSS box. If there is already code in the advanced SCSS box, do not remove it. Start a new line “after” the last character in the box, then paste the above code.
4) Click Save.