Add logo in header [awesomeBB]
2 posters
Add logo in header [awesomeBB]
Hi, are you disappointed that you don't have a logo in this version's header?
We also have the solution:
![Add logo in header [awesomeBB] Logohe10](https://i.servimg.com/u/f36/19/55/42/16/logohe10.png)
Admin panel / display / templates / general / overal_header and search for this code:
We also have the solution:
![Add logo in header [awesomeBB] Logohe10](https://i.servimg.com/u/f36/19/55/42/16/logohe10.png)
Admin panel / display / templates / general / overal_header and search for this code:
- Code:
<!-- BEGIN switch_desc -->
<h2 style="transition: none !important; opacity: 0;">{switch_desc.SITE_DESCRIPTION}</h2>
<!-- END switch_desc -->
- Code:
<!-- BEGIN switch_desc -->
<a href="{U_INDEX}"><img loading="lazy" src="link logo here" id="i_logo" border="0" alt="{L_INDEX}" vspace="1"/></a><br />
<h2 style="transition: none !important; opacity: 0;">{switch_desc.SITE_DESCRIPTION}</h2>
<!-- END switch_desc -->
Mihai- Forumember
-
Posts : 544
Reputation : 24
Language : Romanian, English
Location : Bucharest, Romania
TonnyKamper likes this post
Re: Add logo in header [awesomeBB]
It is done easy from the CSS without having to touch the templates
- Code:
#header-banner {
background-image: url(image url);
background-position: center;
background-repeat: no-repeat;
height: xxxpx;
margin-bottom: XXpx;
position: relative;
width: XXX%;}
jucarese- Hyperactive
-
Posts : 2100
Reputation : 91
Language : spanish
Location : SSF Admin
skouliki, YoshiGM, TonnyKamper and jonrms like this post
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum