• Resolved birdfaster

    (@birdfaster)


    Hello, I have a logo in high definition, and a larger logo that appears on the site! By adding the logo to “” Customize ” ‘in wordpress panel, the logo is added, but is not included in the original size (That is, it is decreased grin) I would like to increase the size of the logo type’ ‘birdfaster’ ‘(birdfaster.com). Can you help me?

    Thank you, and congratulations on the excellent templates Acosmin!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    In a custom CSS plugin or child theme you can try adding:

    .logo-image img {
        width: auto;
    }
    Thread Starter birdfaster

    (@birdfaster)

    Nice !! but I put this code exactly which page editor? I will replace some, or add this?

    Thank you, and I count on the understanding

    Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    No, use a plugin: https://ww.wp.xz.cn/plugins/simple-custom-css/

    or a child theme: https://codex.ww.wp.xz.cn/Child_Themes

    You’ll use the CSS code I provided for that and it will make the image take up whatever size you uploaded. If that makes sense…

    Thread Starter birdfaster

    (@birdfaster)

    Cool! I installed the plugin css and added the code above,, upgraded. Then I added the logo with another size, but kept small: /

    You know what can it be?

    Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    How about:

    .logo-image img,
    .logo a img {
        width: auto;
    }
    Thread Starter birdfaster

    (@birdfaster)

    That’s cool! 🙂 🙂 🙂
    Thank you very much for your help, I’m sure that this history can help others who do not have as much knowledge as I do!

    Taking advantage of his good will,
    * Can you tell me how to put the google banner (728×90) in the Header?

    Grtful

    Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    Unfortunately that I don’t know how to do. Odds are you may have to create a child theme and use PHP for it.

    Thread Starter birdfaster

    (@birdfaster)

    No problem !! You helped me a lot with the solution of the size of the logo! I’ll try this other matter in another topic!

    Thank you, dear!

    🙂

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Small Logo’ is closed to new replies.