Logo theme web

Posted in: Newspaper
Post count: 87

Hello team TagDiv.

I want to know how to do this with logo at web?, this reason because i don’t my logo use another people/third party.
Refer this short video i take.. Google Drive (https://drive.google.com/file/d/0Bxh7OrG9j5xuV2d2WjhTMUNxU28/view?usp=sharing)

I hope Tagdiv team can help for this

Post count: 22421

Hello,

Sorry but this is a custom implementation that the theme does not provide. You will have to make it custom if you have the proper coding skills.
Here is an example: https://stackoverflow.com/questions/1546943/how-do-you-change-a-drag-and-dropped-image-mid-drag

Thank you!

Post count: 87

If i want to edit the logo, what file name for edit?

Post count: 20688

Hi,

So you want to prevent the dragging of the logo image, from what I understand. There are some solutions in this topic
https://stackoverflow.com/questions/7439042/css-js-to-prevent-dragging-of-ghost-image
Try the CSS method maybe – https://www.screencast.com/t/pbXpV0aFz

.td-header-sp-logo img {
-webkit-user-drag: none;
-khtml-user-drag: none;
-moz-user-drag: none;
-o-user-drag: none;
user-drag: none;
}

Thanks

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