• Resolved sophiafaithlove

    (@sophiafaithlove)


    Do you have the css code to change the color of the status bar? You have options to change it, but it doesn’t include the little sliver on the end. Great plugin.

    Sophia

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi. The “Twitch icon background” color option changes the sliver on the end, along with the icon background itself. If you want these two elements to have different colors, then you can target the end line with this CSS:

    .sst-status-wrapper { border-right:2px solid #6441A4; }

    Cheers.

    Actually scratch that. When developing the next update, I noticed that when the status is aligned to the right, then the line wouldn’t change along with the icon background. The next update will deal with that, but for now you can use this CSS to change the line color:

    .sst-status-wrapper { border-left:2px solid #6441A4; }

    Cheers.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing the color’ is closed to new replies.