• Resolved chino75

    (@chino75)


    Hello Support,

    Great theme!
    I would like to add a small logo on the left hand side of primary or secondary menu, is it possible?

    I have ran stargazer theme into structured data testing tool and found errors, i guess these errors can be found in this theme as well?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there chino75,

    How are you doing today?

    This is definitely possible but it will require making some modifications in the code.

    What you need to do is copy header.php which is located in the root folder of your parent theme and paste it into your child theme.

    Once you do that open it with text editor of your choice and add the following code to line 28, so it looks like this https://screencast.com/t/PnAG2fAR:

    <div id="branding-2">
    <img class="header-image2" src="Insert_image_URL" alt="" />
    </div><!-- #branding2 -->

    Replace Insert_image_URL with the actual URL to your image. This will add image to the header section, I’ve also added id and class for both holder and the image so we can use that to re position in to the right later with CSS.

    Hope this helps and happy holidays ??

    Cheers,
    Bojan

    Thread Starter chino75

    (@chino75)

    Hi Bojan,

    Thanks for your explaination, got it done!

    Awesome ?? Glad I could help!

    Cheers,
    Bojan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘logo’ is closed to new replies.