Need help hacking this theme

Oliver.n

Member
I am trying to put this, (seen in the header)

http://www.youngwebbuilder.com/getstarted

in the header of the forum /forum

next to the logo, but am having trouble finding where to put it, I am keeping the references to the external stylesheets out of the header so that it does not get confused.

Code:
<link rel="stylesheet" href="https://www.ywbhosting.com/style2.css">
<link rel="stylesheet" href="https://www.ywbhosting.com/style.css">
 
    <div id="main">
                <div id="brozar_toggle"></div>
<header id="site_header">
    <div class="container clearfix">
        <a id="logo" href="http://www.youngwebbuilder.com/" title="Go home"><img class="svg" src="https://www.ywbhosting.com/ywb_logo.png" alt="Go home" width="257" height="97"></a>
        <nav>
            <ul id="menu" class="clearfix">
                                    <li class="join">
                        <a href="http://www.youngwebbuilder.com/forum/" class="join">Join our Forums!</a><center><img src="https://www.ywbhosting.com/register.png" height="40" width="150/"></center>
                    </li>
                    <li class="join">
                        <a href="http://www.youngwebbuilder.com/category/ywb/competition" class="login">YWB Competitions</a><center><img src="https://www.ywbhosting.com/win_prizes.png" height="40" width="150/"></center>
                    </li>
<li>
<a href="http://www.youngwebbuilder.com/getstarted/">Get Started</a>
</li>
                    <li>
                        <a href="http://www.youngwebbuilder.com/category/moneymaking">Money making</a>
                    </li>
                    <li>
                        <a href="http://www.youngwebbuilder.com/advice-for-parents">Advice for parents</a>
                     
                    </li>
                            </ul>
        </nav>
    </div></div>
   
 
</div>
</div>
 
You likely want this template:

Admin CP -> Appearance -> Templates -> header

And you should paste the needed CSS into this template:

Admin CP -> Appearance -> Templates -> EXTRA.css
 
Top Bottom