John Smite
asked 10 years ago

I am unable to change the default shape that is the logo on the homepage, I have tried updating my theme multiple times. Is there a way around this? Thanks.

1 Answers
DominicStaff
answered 10 years ago

Hello John ! 
– You can change the Site Title in the Dashboard > Customize > Site Title &Tagline.
To change background color for the graphic under site’s title, you can move through Cover Image section > Site title background.
– If you want to replace the site’s title with a graphic on the home page, you can add the following code to the style.css file (Dashboard > Appearance > Editor )

.banner .page-title {
   background: url('FILE URL');
   height: ...px;
   width: ...px;
}

In which: FILE URL is where you paste your image URL
Hope this helps !

Powered by DW Question & Answer Pro