Hi Aaron,
Might not be the prettiest solution, but what you can do is:
Hope this helps!
Hey Aaron,
In principle, that seems about right. If you want the icon to display you can edit the font-size of the icon as well. Dependent on which element you choose would probably look something like the following:
.ChangeButtonName-ListView {
.mx-listview-loadMore {
font-size: 0px;
height: 50px;
>span::before {
font-size: 12px;
margin-right: 5px;
}
}
.mx-listview-loadMore::after {
content: 'See All';
font-size: 12px;
}
}