Home › Forums › Iconic One Pro Support › Getting my header to work
- This topic has 5 replies, 2 voices, and was last updated 11 years, 2 months ago by Aaronbrook37.
- AuthorPosts
- October 8, 2013 at 5:28 pm #960Aaronbrook37Participant
Hey everyone. My website (www.apexnutrition.ca) is just about finished the design process and ready for content. I’d like to replace the area traditionally used for the social media buttons, the title, and the tagline with a banner image of my choice. I’m inexperienced with coding and don’t want my theme to explode, so any advice on where to start with the theme or header.php would be great. Thanks very much!
October 8, 2013 at 6:59 pm #961Themonic-SupportKeymasterHi Aaron,
Go to live customizer : Appearance -> Basic settings
Upload banner image of your choice using the logo uploader, it must be of 1040px in width.
After that paste the following code in the appearance -> editor -> custom.css in the very end after everything
.themonic-logo { margin: 0; padding: 0; } .themonic-logo img { max-width: 100%; } .entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image { box-shadow: none; }
The last part removes the image shadows that were not looking good on your website. Do let me know if it works as you have wanted.
October 8, 2013 at 8:04 pm #962Aaronbrook37ParticipantExcellent – thanks so much for your help! 🙂
October 8, 2013 at 8:20 pm #963Aaronbrook37ParticipantHmm… 1040px doesn’t seem to fit properly. Take a look at my homepage and see how it’s stretched too far to the right? (www.apexnutrition.ca)
October 9, 2013 at 5:04 am #964Themonic-SupportKeymasterKindly check your uploaded image http://www.apexnutrition.ca/wp-content/uploads/2013/10/header1.png, the header image you are using has a width of 1080px instead of 1040px. After that use the code given above if you do not want the white area around your header image.
October 9, 2013 at 3:07 pm #968Aaronbrook37ParticipantAwesome! Thanks so much for the help. It looks much better!
- AuthorPosts
- You must be logged in to reply to this topic.