Hi, I’ve been looking the for up arrow image in the /images theme folder but I’ve not found it.
I mean this up arrow image:
https://images.projectmanagers.org/wp-content/uploads/2016/08/images.jpg
Where is it?
Hello aberniz,
In order to change the symbols from the Next to the Top button, please notice that you will have to import a list of symbols or you can try to use some plugins with this functionality to install the stylesheet for these symbols which should have some codes. This is necessary for the theme recognize all of them. After this, you will have to use a bit of CSS to change this, using the code below ->
.td-icon-menu-up:before {
content: '\e809';
}
Please notice that the value of the content should be a code for your desired symbol. As an example, you can see here -> https://astronautweb.co/snippet/font-awesome/
Further, you will have to find an online solution/plugin that offers you these codes. So, if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide additional customizations at the moment, sorry!
Thanks for your understanding!