• Resolved Irene

    (@arlinaite)


    Hi,
    I used to have a link to homepage from the logo image in the header.
    I replaced the parent theme with a child theme, and I don’t find where to setup the link to the home page from the header logo.
    Thanks in advance

    • This topic was modified 4 years, 7 months ago by Irene.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    It seems you are using a header image. For setting a header logo, go to the Appearance > Site Identity in the dashboard. After that, click on Select logo and upload the logo. The logo will redirect to the homepage by default.

    Thanks.

    Thread Starter Irene

    (@arlinaite)

    Hi,

    Thanks Rajesh.

    Is there a simple way to center the image? it looks smaller than before and is left aligned

    Hi,

    For centering the image, go to the Appearance > Customize > Additional CSS in the dashboard and insert the code mentioned below:

    #header-left-section{
    	margin-right: 0;
    }
    
    #header-logo-image{
    	padding: 0;
    }

    Note: There is little white space in the image on the right side. If you crop the white space while selecting the logo, then it should show fully centered.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Link to homepage from logo image’ is closed to new replies.