MyBB Community Forums

Full Version: Xstyled dev. theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
No, I meant like remove them+replace them
(2015-08-17, 09:41 AM)Sytarenne Wrote: [ -> ]No, I meant like remove them+replace them

The news header is via image files, such as eNvy said.
If you go to the folder where the images are located, you can edit them there.

If you want to edit the code of it, go to your ACP -> Templates & Style -> Templates -> Your Template -> Header Templates -> header.

Look for this code:

<div id="fullimg">
 <div class="wrapper">
<ul class="bxslider">
 <li><img src="images/yourtheme/slider/Comingup.png" /></li>
 <li><img src="images/yourtheme/slider/.png" /></li>
 <li><img src="images/yourtheme/slider/.png" /></li>
</ul>
</div>
</div>


Thats the code showing the news slider.

I hope this helps you!

-Arne.
(2015-08-17, 09:41 AM)Sytarenne Wrote: [ -> ]No, I meant like remove them+replace them

Well, ArneVD tells you all... but again, if you read the first post, you gonna notice this isn't a finished theme, has a lot of things removed and... if you don't know a little bit you can't edit it (Or at least, use it properly).
Pages: 1 2