• Resolved dansperfect

    (@dansperfect)


    Ok so I have tried editing the template-tags.php file with no success. The logo function here has a if_home || if_front_page statement here but this isnt wprking correctly from the get go. Front page logo is supposed to be wrapped in H1 tages and all other pages should be wrapped in a span tag but all pages are wrapped in the span tag. I tried adding wp_reset_query(); before the if statement but this did nothing at all. What am I missing here, what am I doing wrong?

    Any and all help is very much appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter dansperfect

    (@dansperfect)

    Nevermind I figured this out. For anyone else who needs or wants to know how to do this.

    First set the logo you want on every other page in LitheStores Theme Customization Identity Section.

    Second go to additional css and do something like shown below:

    .home .site-branding{
    background-image: url('url_to_image');
    background-repeat: no-repeat;
    margin-left: 10px;
    }
    .home .site-branding img {
    visibility: hidden;
    }
    

    That’s pretty much it. Just make sure after wards you change url_to_image to the URL of the Image you actually want for your Front Page.

    Theme Author badjohnny

    (@badjohnny)

    Glad to hear this.

    Anyway, did you mean you want the LOGO wrapped in H1 on the front page?

    If my understanding is correct, I will improve this issue in the next version!

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Different Logo on all other pages other then home page?’ is closed to new replies.