• Resolved josaudio

    (@josaudio)


    Hi there,

    I just start using wordpress and try to modify the CSS code to customize this elegant theme.

    I read here and there that we can modify the size of the logo with that kind of code :

    .site-header .custom-logo {
    max-height: 200px;
    width: auto;
    }

    I seems to work with very small value but I cannot make it bigger.
    My guess is that there is some margin that limit the maximum size possible.

    Sorry for asking, I know this is pretty basic but I am not familiar with codes.

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello josaudio,

    Try below css code.

    img.custom-logo {
      height: 120px;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter josaudio

    (@josaudio)

    Works like a charm, thanks a lot, you made my day !

    Thread Starter josaudio

    (@josaudio)

    Good Morning,

    After hours of unsuccessful attempts, I would like to know if there is a way to do this with CSS additionnal code :

    Show the main image on the Homepage, and hide it on the other pages (contact, philosophie, etc).

    Many thanks,

    Theme Author sprice

    (@susanprice)

    Hello josaudio,

    Thanks for your excellent questions!
    Please try this and let me know how it goes:

    .page-template .main-image {
    display: none;
    }

    Cheers

    Theme Author sprice

    (@susanprice)

    Hi josaudio,

    I’m marking this as resolved but please let me know if you have any other questions.

    Thanks!

    Thread Starter josaudio

    (@josaudio)

    Hi Sprice,

    Please forgive me, I was away.
    This code works fine, many thanks for your Help.

    Thread Starter josaudio

    (@josaudio)

    Thanks to you, the website is fine now, minimalist but efficient (for me at least).

    Is there a way to add images in the background of the pages (equipments, philosophy, etc) without changing the text’s place ?

    Theme Author sprice

    (@susanprice)

    Hi Josaudio,

    Thanks for the update and no problem with the timing. Yes, there is a way to add images in the background of the pages.

    From the WordPress Dashboard:
    1 – Select Appearance / Customize
    2 – Select Background Image and Select Image
    You can then select an image in your Media Library or upload a new file.
    3 – Save & Publish
    The image will tile, by default.

    I hope that helps and let me know if you have any more questions (in a new thread) or have new feature requests.

    Cheers

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