• Hello, when I look at theme options It reads this:

    Logo:Upload your Logo. If left blank theme will use site name.”

    I wonder, is it possible to use both? Little logo in fornt of site name, or behind site name? If yes, can that be done in theme options?

    If not, please give example how to achieve it. Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • It can’t be done in the theme options, not how it’s set up. But if you edit the header.php file (I recommend coping into a child theme). Then you can edit line 60 and add this:

    <?php bloginfo(‘name’); ?>

    Kadence Themes

    quasarwpg

    (@quasarwpg)

    I want to do this too. I’ll try the code you posted. Now I should go learn about child themes lol. This would be a nice option to have in a future update if it’s possible. It’s a great theme though. It is working well on my phone too ?? Thanks for this!

    quasarwpg

    (@quasarwpg)

    Adding the code worked for me. It gets the job done. It would be great if there were options to have them both and choose where they are in relation to each other. For example:

    title on top, logo under (Like it is now)
    Logo on top, title under
    logo on left, title on right
    title on left, logo on right

    With this option on, maybe the overall placement of the two together would be limited to the center of the header or the left half of the header since there would be more to fit into the space.

    I’m just throwing out ideas but don’t have the knowledge to implement them.

    gabitova

    (@gabitova)

    Yes, How to make logo on left, title on right, then on the right is menu?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Use image logo site name, possible?’ is closed to new replies.