buy template

Discussion in 'Appointway WordPress Theme' started by maes39, Jul 19, 2013.

  1. maes39

    maes39 Member

    Joined:
    Jul 2, 2013
    Messages:
    123
    Likes Received:
    2
    Hello,

    I consider to buy the appointway theme but i've a question about the lay out.

    Is it possible to change the color of the top and bottom area in my own color numbers??
    My website is www.balancetouch.nl and i want to use my logo + picture of the stripes in de top area.
    What is the best way to get this integrated in the site??

    Thanks for the help
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .menu_container {
    background: your color value;
    }
    .header_container {
    background: your color value;
    }
    .footer_container {
    background:your color value;
    }
    .bottom_footer_container {
    background:your color value;
    border-top: 1px solid your color value;
    }
    You can upload logo and other images through
    Dashboard > Appearance > Theme options
     

Share This Page