Editing Header

Discussion in 'Compass WordPress Theme' started by jlent14, Jul 29, 2014.

  1. jlent14

    jlent14 New Member

    Joined:
    Jul 16, 2014
    Messages:
    10
    Likes Received:
    0
    Hello,

    How can I move the logo to the left and up a little bit to me aligned with the menu? Also, how can I change the font of the menu?

    Thank you
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
     .header .logo{
    margin-left:5px;
    }
    .header {
    margin: 18px 0px 38px 0px;
    }
    #menu .ddsmoothmenu li a{
    font-family:YOUR FONT TYPE;
    }
    

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page