Where's the up arrow image?

Posted in: Newspaper
Post count: 82

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?

Post count: 22421

Hello,
You will not find the image in the media library as it;s not an image at all. It’s an icon font. It is done through css.
Thank you!

Post count: 82

Thanks Bogdan. Can you please give me the css for changing this icon?

All the best,
Angel

Post count: 23312

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!

Post count: 82

Thank you Catalin. It worked perfect!

Post count: 82

Hi, is there any CSS (or any option) for removing completelly the up arrow including the box?

I used this but it only removes the icon, I need to remove also the square box:
.td-icon-menu-up:before {
display: none;
}

Post count: 23312

Hello aberniz,

Try the code below and place it in Theme panel->Custom CSS area.

.td-scroll-up {
display: none!important;
}

Thanks.

Post count: 82

It works perfect. Thanks Catalin!

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.