We are going to use a header that has been designed for us and wanted to find out how I can add it to the theme since there isn't a "header" selection (just a logo upload) Additionally, to make it more complicated, they want their clickable social icons included in this header. Our graphic designer said there would be layers/slices, but don't know if there is that capability in the theme nor how to do this? Thank you
Hello, 1. If you want to display an image in the background of header then paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: div.header_container { background: url(Enter Your Image URL Address Here); } 2. To display social media icon there, you can use any social media plugin. Search social media plugin on WordPress.org site which will fulfill your requirement.