• Is it possible to increase the size of the logo using CSS? I inspected the page and tried some things to no avail.

    Thanks

Viewing 1 replies (of 1 total)
  • Dear @rockmouseman,
    Thanks for reaching out! 🙂

    I highly recommend using the Customizer (Site Identity) for enlarging the logo, please take a look at the following video:
    https://mvlaisavljevic.tinytake.com/msc/NjgyNDA1Nl8xOTQ3MDk0NQ

    However, since you wanted to enlarge the logo using CSS, here is a solution:

    .header__titles .custom-logo{
    	width:400px;
    	max-width:100%;
    }

    The code above will overwrite values from the Site Identity tab.

    Let me know if this helps.

    Kind Regards,
    Milos | GoDaddy

Viewing 1 replies (of 1 total)

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