• Resolved skolelaererlife

    (@skolelaererlife)


    Hey.
    I am brand new to the WordPress world and have run into a few issues with my website. I use the theme Cenote. I have a desire to have a picture at the top of the front page, but not the other pages. I have tried two different approaches but none of them succeed
    1. I’ve removed the logo on the pages and instead made a header on the frontpage. It solves the problem that I only have a picture on the front. But here I have trouble making the image look good on mobile phones. If it looks nice on PC, the image is scaled completely wrong on mobile phones. And also it scales differently depending on the phone. Is there a solution to this?
    2. I have added a logo to the pages instead of the header. Here’s the problem that I can’t just have it on the front, but it goes on all sides again. Is there a solution to this?

    I am running a free version of WordPress today and of course I would like to continue, but if it can help to upgrade, I am willing to do this. Hope someone can help …

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi there,

    I’ve a confusion with your query, could you please provide the site URL so that I can see the issue first hand and provide you with the appropriate solution.

    Thanks and Regards,
    Milan.

    Thread Starter skolelaererlife

    (@skolelaererlife)

    Hi

    Of course.

    It is https://www.skolel?rerlife.dk
    It is a danish site so there is an “?” in it (it is a danish letter). It dont know if that gives you any trouble.

    Rigth now i have a logo on the front page, and it is also appearing on all the other sites, so I am wondering if it is possible to only have this on the front page…

    Hi @skolelaererlife,

    I strongly recommend against this as a logo is what makes your site stand out in the crowd and immensely helps you in branding, but if that’s what you want then, please add the following CSS:

    .page-template-default .site-branding a > img,
    .blog .site-branding a > img,
    .post-template-default .site-branding a > img,
    .archive .site-branding a > img,
    .error404 .site-branding a > img {
        display: none;
    }
    
    .home .site-branding a > img {
        display: block;
    }

    Help link?https://docs.themegrill.com/knowledgebase/where-do-i-add-my-custom-css/

    Thanks and Regards,
    Milan.

    Thread Starter skolelaererlife

    (@skolelaererlife)

    Hi Milan

    Thank you so much for your help.

    I have two questions to your answer.

    If i use the css-code you have written, will i then ONLY have logo on my front page, and not on the rest of my pages?

    And do I need to upgrade my WordPress pakage to personal or premium in order to use css?

    Hi @skolelaererlife,

    Yes, if you use the code I provided it will help you to resolve your query. No you don’t have to anything of such to use the CSS.

    If there’s any further query, please let me know.

    Thanks and Regards,
    Milan.

    Thread Starter skolelaererlife

    (@skolelaererlife)

    Hi again.

    It worked perfect!

    Thank you so much, I really appreciate it.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Logo / header’ is closed to new replies.