![]() |
|
[Help] Themefreak Sidereel watermark remover. - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Design (https://sinister.ly/Forum-Design) +--- Forum: Web Design (https://sinister.ly/Forum-Web-Design) +--- Thread: [Help] Themefreak Sidereel watermark remover. (/Thread-Help-Themefreak-Sidereel-watermark-remover) Pages:
1
2
|
[Help] Themefreak Sidereel watermark remover. - ProfessorChill - 11-14-2013 Hello, I'm the owner of chillcraft.ca and I would like to know how to remove the watermark from Themefreak's Sidereel. I just used a copy of it that was posted here [forgotten link here] and have no clue how to remove it. Thanks for any help! http://i.imgur.com/mUFW0Ym.png Top left of the image. [where it says Sidereel] RE: [Help] Themefreak Sidereel watermark remover. - Lain - 11-20-2013 In the header templates, remove the following: Code: <div class="simply-scroll-clip">
<ul id="scroller" class="simply-scroll-list" style="height: 3346px;">
<li><img src="http://chillcraft.ca/themes/sidereel/reel4.jpg" alt="Firehouse" width="210"></li>
<li><img src="http://chillcraft.ca/themes/sidereel/reel4.jpg" alt="Firehouse" width="210"></li>
</ul>
</div>RE: [Help] Themefreak Sidereel watermark remover. - mig4ng - 11-20-2013 I see someone is using this theme xD, you found it on my post: http://www.sinister.ly/showthread.php?tid=10950 For the ones who need it, btw top post explains your question well RE: [Help] Themefreak Sidereel watermark remover. - Lain - 11-20-2013 Damn it, I read this wrong, I'll take another look. RE: [Help] Themefreak Sidereel watermark remover. - ProfessorChill - 11-21-2013 Glad to hear this is being looked at, I can't find anything..... I'm not too great with MyBB. RE: [Help] Themefreak Sidereel watermark remover. - Lain - 11-21-2013 In the header templates, change: Code: <div class="logo"><a href="http://chillcraft.ca/index.php">sidereel</a></div>Code: <div class="logo"></div>And that removes the logo completely, If you want to add your logo, insert the code in the div. For some bizarre reason, if you remove the div it misplaces the menu :3 RE: [Help] Themefreak Sidereel watermark remover. - ProfessorChill - 11-21-2013 (11-21-2013, 09:00 AM)Poochyena Wrote: In the header templates, change: Awesome, thanks for the help! EDIT: Sorry, I'm very newbie with MyBB, can you give me the location of what file to edit? RE: [Help] Themefreak Sidereel watermark remover. - iHydra - 11-22-2013 Do you still need help on this? If so, PM me. RE: [Help] Themefreak Sidereel watermark remover. - Lain - 11-22-2013 (11-21-2013, 11:10 PM)ProfessorChill Wrote: Awesome, thanks for the help! In your browser go to /admin/index.php?module=style-templates, then chose the template set of the theme you're using. Then Header Templates -> header RE: [Help] Themefreak Sidereel watermark remover. - ProfessorChill - 11-22-2013 (11-22-2013, 04:18 AM)Poochyena Wrote: In your browser go to /admin/index.php?module=style-templates, then chose the template set of the theme you're using. Then Header Templates -> header Awesome, worked like a charm. Thanks! |