Follow the instructions below to change the button highlight color in the top menu of the Social Wall 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: SOCIAL WALL - CHANGE TOP BUTTON HIGHLIGHT COLOR ***/
.module-fanwall.fanwall-list-l1 .bar-subheader .button-bar>.button.button-positive-custom.activated
{
background-color: #ffffff !important;
border-color: #000000 !important;
color: #000000 !important;
}
/*** END: SOCIAL WALL - CHANGE TOP BUTTON HIGHLIGHT COLOR ***/
4) Click Save.