Can't Locate LOGO Pic Location to Change the Image 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.
4 posters

    Can't Locate LOGO Pic Location to Change the Image

    Bpoetic
    Bpoetic
    Forumember


    Female Posts : 594
    Reputation : 46
    Language : English
    Location : Florida, USA

    In progress Can't Locate LOGO Pic Location to Change the Image

    Post by Bpoetic Mon Sep 12, 2016 2:46 pm

    I have not updated my forum in a few years. I would like to change the look by adding a new LOGO image. Problem is, I can't find its location in the admin panel.
    Here is the forum: http://www.bcwilliams-author.com/

    This is the Homepage LOGO
    Can't Locate LOGO Pic Location to Change the Image Forum_10

    This shows admin has an empty image for the LOGO
    Can't Locate LOGO Pic Location to Change the Image Forum_11

    Can anyone help me find the LOGO location so I can delete the picture and upload a new image?

    Thanks, Bpoetic


    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: Can't Locate LOGO Pic Location to Change the Image

    Post by SLGray Mon Sep 12, 2016 11:08 pm

    If it is not there then it must be in the CSS stylesheet.



    Can't Locate LOGO Pic Location to Change the Image Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    SarkZKalie
    SarkZKalie
    Support Moderator
    Support Moderator


    Male Posts : 1442
    Reputation : 220
    Language : English

    In progress Re: Can't Locate LOGO Pic Location to Change the Image

    Post by SarkZKalie Tue Sep 13, 2016 12:18 am

    Try search it in overall_header template



    Can't Locate LOGO Pic Location to Change the Image Sarkzk10
    Valoish
    Valoish
    Forumember


    Female Posts : 291
    Reputation : 54
    Language : English
    Location : NYC

    In progress Re: Can't Locate LOGO Pic Location to Change the Image

    Post by Valoish Tue Sep 13, 2016 12:35 am

    I opened up devtools for your forum and it's showing that your logo is in <p> tags: Click
    Try checking your CSS (ACP > Display > Colors > CSS Stylesheet) like SLGray mentioned and do a search for "#logo-desc P".
    If that doesn't pop up then try SarkZKalie's advice. c:
    Bpoetic
    Bpoetic
    Forumember


    Female Posts : 594
    Reputation : 46
    Language : English
    Location : Florida, USA

    In progress Re: Can't Locate LOGO Pic Location to Change the Image

    Post by Bpoetic Wed Sep 14, 2016 7:43 pm

    Thanks everyone! I have studied the entire CSS and cannot find it. Here is where it should be, I believe ...

    /* Begin CSS for print media */
    @media print {
    * {
    background-image: none;
    background-color: #fff;

    ---------------------------
    /* Header */
    #wrap #logo-desc p,#wrap #logo-desc img,div#page-header div.navbar,div#page-header div.navbar ul.linklist {
    display: none !important;
    }
    #wrap div.headerbar {
    margin: 0;
    border-bottom: 1px solid #ccc;
    }
    #wrap div#page-body h2 {
    font-weight: bolder;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1em;
    }
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: Can't Locate LOGO Pic Location to Change the Image

    Post by SLGray Wed Sep 14, 2016 9:48 pm

    SarkZKalie wrote:Try search it in overall_header template
    Please check AP > Display > Templates > General > overall_header



    Can't Locate LOGO Pic Location to Change the Image Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Bpoetic
    Bpoetic
    Forumember


    Female Posts : 594
    Reputation : 46
    Language : English
    Location : Florida, USA

    In progress Re: Can't Locate LOGO Pic Location to Change the Image

    Post by Bpoetic Wed Sep 14, 2016 11:26 pm

    Thank you SLGray. I located the area you suggested; I can't seem to understand how this would enable me to change my LOGO...

    <div id="page-header">
    <div class="headerbar">
    <div class="inner"><span class="corners-top"><span></span></span>

    <div id="logo-desc">
    <a href="{U_INDEX}" id="logo"><img src="{LOGO}" alt="{L_INDEX}" /></a>
    <!-- BEGIN switch_h1 -->
    <div id="site-title">{switch_h1.MAIN_SITENAME}</div>
    <!-- END switch_h1 -->
    <!-- BEGIN switch_desc -->
    <p>{switch_desc.SITE_DESCRIPTION}</p>
    <!-- END switch_desc -->
    </div>
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: Can't Locate LOGO Pic Location to Change the Image

    Post by SLGray Wed Sep 14, 2016 11:51 pm

    Could you send me a test account by PM?



    Can't Locate LOGO Pic Location to Change the Image Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Bpoetic
    Bpoetic
    Forumember


    Female Posts : 594
    Reputation : 46
    Language : English
    Location : Florida, USA

    In progress Re: Can't Locate LOGO Pic Location to Change the Image

    Post by Bpoetic Thu Sep 15, 2016 12:51 pm

    PM sent. Thank you, SL Gray!
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: Can't Locate LOGO Pic Location to Change the Image

    Post by SLGray Thu Sep 15, 2016 7:58 pm

    PM received.



    Can't Locate LOGO Pic Location to Change the Image Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.