Kieffer McBride
asked 10 years ago

I’m not wanting a generic title text, but rather to replace the diamond and the text with a logo of my own design. How do I go about doing that?

2 Answers
DominicStaff
answered 10 years ago

To resolve this issue,  below is our instruction:
Firstly, follow the jetpack’s guideline in the Blog article on how to use Edit CSS here. http://designwall.com/blog/using-jetpack-custom-css-for-your-wordpress-site/
Then add the code to the Edit Css.

.banner .page-title {
 text-indent: -9999px;
 background: url('FILE URL');
 width: 250px;
 height: 250px;
 border: none !important;
}

.style-flat .banner hgroup:after{
display: none;
}

Note: Add your logo image to the Media, copy the FILE URL on the right hand side then change your link here:

 background: url('FILE URL');

 

Kieffer McBride
replied 10 years ago

Ok. Jetpack installed and linked, logo uploaded to media, code added to Edit CSS.

The headline text is gone but the logo won’t show. I just have a blank cover photo essentially. With the subtext and the button. No logo. Is it a size issue? Should I resize the logo file to match what is outlined in the code?

Dominic Staff
replied 10 years ago

you can send me Username & password of your site (via private answer) for further checking.

Kieffer McBride
replied 10 years ago

I'll just put it in here and delete it later. No-one seems to be following this thread anyway.

Dominic Staff
replied 10 years ago

I have remove your user& pass here. You should add the username & password via private answer: http://prntscr.com/4cxxzg
Note: Please send me user & pass of your site ( Site URL / User / Pass) via private answer.

DominicStaff
answered 10 years ago

Right now, you can check your site now, I have helped you resolve this issue.

Powered by DW Question & Answer Pro