This is question we received on our forums and thought it wouldn't hurt included it in our tutorials as it can be applied to future Defraction customers or even if you have a different skin.
- Login to admincp (http://www.yourdomain.com/admincp)
- Click and expand Styles & Templates
- Click Style Manager
- Press the <<>> to the right of the skin to expand templates
- Double click to modify the header template
HTML Elements
Find:
Add right below:Code:<span class="slogan">your slogan goes here</span>
CSS ElementsCode:<vb:if condition="$show['member']"> <div class="bannerBox"> {vb:raw ad_location.global_header1} </div> </vb:if>
- Still under templates find the CSS Templates group
- Double click additional.css to modify css file
- Add the following to the code at the bottom of the css
You will have to adjust the top and right variables to match your banner size and the space you have within the skin.Code:.bannerBox { position:absolute; top:10px; right:10px; }









2Likes
LinkBack URL
About LinkBacks




Reply With Quote
