Chuck Pearson
asked 10 years ago

Hey guys, if I try to use a site logo instead of text no matter what I do in photoshop, the logo does not look smooth once it’s uploaded in themes > customize. The theme seems to be tweaking it. Any way to fix that?

1 Answers
DominicStaff
answered 10 years ago

Apologies for the delay in replying to you. To resolve this issue, you can do as the following:
– Log in to Dashboard > Customize >  Site Title & Tagline, then select Site Title in the Display as section.
http://prntscr.com/4y7bvc
– Upload your logo into Media then copy the FILE URL on the right hand side.
– Add the following code to the style.css file:

.navbar-header .site-title > a {
    background: url('File URL');
    height: 80px;
    text-indent: -9999px;
    width: 230px;
}

Note: paste your logo link into the line code:    background: url(‘File URL‘);
If you still face there issue, you can send me username & password of your site (via private answer) for further checking.
Hope this helps  !

Powered by DW Question & Answer Pro