How to change background image of the subreddits on the top

https://www.reddit.com/r/reddithax/comments/fs28k8/how_to_change_background_image_of_the_subreddits/

created by [deleted] on 30/03/2020 at 23:55 UTC*

4 upvotes, 0 top-level comments (showing 0)

`.dropdown.srdrop .selected {`

background: none repeat scroll center right;


background-image: url(%%insertimagehere%%);


display: inline-block;


vertical-align: bottom;


padding-right: 21px;


padding-left: 5px;


color: black;


font-weight: normal;


margin-left: -5px;


margin-right: 10px;

`}`

`#sr-header-area .sr-list {`

background: none repeat scroll center right;


background-image: url(%%insertimagehere%%);


display: inline-block;


vertical-align: bottom;


padding-right: 21px;


padding-left: 5px;


color: black;


font-weight: normal;


margin-left: -5px;


margin-right: 10px;

`}`

Comments

There's nothing here!