Header slices

Discussion in 'Appointway WordPress Theme' started by cbshanley, Jul 8, 2014.

  1. cbshanley

    cbshanley Member

    Joined:
    Apr 24, 2014
    Messages:
    76
    Likes Received:
    0
    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
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    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.
     

Share This Page