Thunder7ga Member Licensed customer Mar 23, 2019 #1 How can I change the color of JUST the scroll buttons?
B Blatchy Well-known member Licensed customer Mar 23, 2019 #2 Thunder7ga said: How can I change the color of JUST the scroll buttons? Click to expand... Code: .button.button--scroll, a.button.button--scroll { background: #000; } Should get you started Upvote 0 Downvote
Thunder7ga said: How can I change the color of JUST the scroll buttons? Click to expand... Code: .button.button--scroll, a.button.button--scroll { background: #000; } Should get you started