How to modify Home button's appearance

  • Unknown's avatar

    Dear Support Team,
    How is possible to change the appearance of Home button?
    In our case we have ‘BookingMom’ button as a home button, but we would like either to change the font of this button (as we have our specific font for the logo) or even replace the ordinary text with the logo image.
    Many thanks in advance for your help!!!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,

    Sure! You can do this if you edit CSS.

    I was able to find your logo in your Media > Library page. I played around with the CSS, and with that image was able to make your logo look like this:

    Screen Shot

    Is that what you want? If not, please clarify and I can see if it’s possible.

    Cheers!

  • Unknown's avatar

    Hi there,
    Yes, it is approximately what we’d like to get in the header.
    I’m working now on suitable logo creation.
    Would you kindly show how to add it to the header so I could do it myself as soon as the logo is ready?
    Should I use .branding in CSS to parameterise it?

    Thanks once again!
    With best wishes,
    Katherine

  • Unknown's avatar

    Hi Katherine,

    Yes you should. It would depend on how big it is, but for the example I provided this is what I used:

    .branding {
    padding-left: 45px;
    height: 55px;
    background: url('IMAGE URL') left center no-repeat;
    }
    
    h2.description {
    display: none;
    }
    
    .masthead .branding h1.logo a {
    font-size: 50px;
    color: transparent !important;
    }

    That should do it. Let me know if you run into anything with this!

  • The topic ‘How to modify Home button's appearance’ is closed to new replies.