Back to top

Posted in: Newspaper
Post count: 136

Hi,

Im trying to see if I can replace the back to top icon with an image and instead of being at the bottom right of the site, for it be be at the top right to show below the mobile menu “search” icon. Is this possible?

Thank you,

-Franklin

Post count: 22421

Hello,

You can change the position for this element with a bit of css like so:
.td-md-is-ios .td-scroll-up{
top:60px!important;
}

But for the image, I;m not sure exactly what image you want to add. Different images require a different type of css implementation
Our theme uses glyph’s (font icons) for its icons.
If you create a vector graphic for example you can use it as shown here:

Using SVG


You can find more tutorials on how to use icons here: http://alwaystwisted.com/articles/2012-05-12-create-a-pure-css-menu-button

I hope this helps.

Thank you!

Post count: 136

Thank you Bogdan. I actually found a thread where i had asked this question a few yrs back. I found my answer but it doesn’t really work now. Im guessing due to many code changes made since 2013 on theme. I was able to place a PNG image however the white arrow still overlapped the image and the square did not go away. Basically my image was sort of framed in front of the button.

Post count: 22421

Ok,
Let us know if you have any more questions.
Thanks.

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.