Hi, I’ve seen this question get asked before but i cant find it now, is it possible to remove the diamond in the header?
And also to remove the ‘Get Start Now’ bit below it?
And one last thing; I added my own logo by adding this code:
.banner .page-title {
text-indent: -9999px;
background: url('MYURL');
width: 250px;
height: 250px;
border: none !important;
}
.style-flat .banner hgroup:after {
display: none;
}
But my logo comes out tiled. For instance, you can see my logo, then below it you can see the top half of it again.
Thanks in advance for your help.
1 Answers
Hi,
- To remove the diamond section in the header, you can log in to Dashboard > Customize > Cover Image, then remove the color in the Site title background section.
See the screenshot: http://prntscr.com/6chnpt - To remove the "Get Start Now" button, you can add the following code to the style.css file:
.banner #get-started { display: none; }
- About the logo image in your site, you can send me your site for further checking.
Regards,
Please login or Register to submit your answer