center logo, change menu bar color

Discussion in 'Woodpecker WordPress Business Theme' started by chassieb, Jun 10, 2014.

  1. chassieb

    chassieb New Member

    Joined:
    Dec 17, 2013
    Messages:
    26
    Likes Received:
    0
    Hi!

    Could you please provide code for me to center the logo to the site and to change the color of the navigation bar?

    Thank you!
     
  2. Nitesh

    Nitesh Support Staff

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

    To make logo in center you we need to remove social icons form header.
    If you are agree then download "header.php" file attached and replace it with your existing header file.

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

    Code:
    #logo {
    text-align: center;
    } 
    For navigation.
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .nav-wrapper {
    background: YOUR COLOR VALUE;
    }
    .nav-wrapper .sf-menu > li {
    border-right: 1px solid YOUR COLOR VALUE;
    border-top: 1px solid YOUR COLOR VALUE;
    border-bottom: 1px solid YOUR COLOR VALUE;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     

    Attached Files:

Share This Page