hi
can you help me to change function "Repost" to "share link" like red circle at picture below?
can you help me to change function "Repost" to "share link" like red circle at picture below?
@media (max-width: 480px) {
body #es .es-actions-list>li.action-title-social {
display: block !important;
}
}
@media (max-width: 480px) {
body #es .es-actions-list>li.action-title-social {
display: block !important;
}
body #es .es-actions-list>li.action-title-repost {
display: none !important;
}
}