Hi,
1. It is located in the folder woodmart/languages
.
2. Sorry, but there is no such kind of functionality in our theme.
3. You can edit the code for this element in the file woodmart/inc/shortcodes/social.php
.
4. You can edit it in our pot files with Loco Translate plugin.
5. Try to add the following code snippet to the Custom CSS area in Theme Settings to do this
.related-and-upsells .slider-title {
text-align: center;
position: relative;
}
.related-and-upsells .slider-title:before {
left: 50%;
margin-left: -20px;
}
Regards