# Custom Back to Top Arrow


![image.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1620533216419/cvuaVBMJp.png)

```
.et_pb_scroll_top:before {
    content: "2";
    background: #000;
    right: 5px;
    position: relative;
    padding-right:3px;
}
.et_pb_scroll_top.et-pb-icon {
    background: rgba(0,0,0,0) !important;
}

``` 

