Add logo in header [awesomeBB] Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
2 posters

    Add logo in header [awesomeBB]

    Mihai
    Mihai
    Forumember


    Male Posts : 857
    Reputation : 37
    Language : Romanian, English
    Location : Bucharest, Romania

    Add logo in header [awesomeBB] Empty Add logo in header [awesomeBB]

    Post by Mihai Sun Jun 06, 2021 10:43 pm

    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

    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 -->
    You replace it with this one, but you have to enter the link from the logo image manually.
    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 -->
    Save and publish the template.

    TonnyKamper likes this post

    jucarese
    jucarese
    Hyperactive


    Male Posts : 2462
    Reputation : 117
    Language : spanish
    Location : SSF Admin

    Add logo in header [awesomeBB] Empty Re: Add logo in header [awesomeBB]

    Post by jucarese Mon Jun 07, 2021 10:00 am

    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%;}


    skouliki, YoshiGM, Sir Chivas™, TonnyKamper and jonrms like this post