can i change the font type of the menu?

Discussion in 'GoldenEagle WordPress Theme' started by raymondonline, Nov 20, 2012.

  1. raymondonline

    raymondonline New Member

    Joined:
    Nov 13, 2012
    Messages:
    10
    Likes Received:
    0
    1. can i change the font type of the menu?

    2. How do i put logo or picture into footer areas?

    3. how to make paragraph at
    Bottom Left Text?
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    1) Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu .ddsmoothmenu li {
    font-family: your font type;
    }
    2) Go to Appearance > widgets
    Drag and drop text widget in the footer widget area and add code given below

    Code:
    <a href="your link address"><img src="your image address"/></a>
    3) Go to Appearance > Theme options > Home page bottom settings > Bottom left text
    and add your text in <p> tag

    Code:
    <p>your text</p>
     

Share This Page