Making menu fonts a little larger

Discussion in 'Andrina WordPress Theme' started by imagegrafx, May 31, 2013.

Thread Status:
Not open for further replies.
  1. imagegrafx

    imagegrafx Member

    Joined:
    Jan 12, 2013
    Messages:
    76
    Likes Received:
    0
    My site link is http://shadycreekhomesites.com/wordpress/

    1. Customer is requesting the menu fonts a little larger. How do I change the font size?

    2. Also on my front page down towards the bottom I have a right hand column with an equal housing logo. I would like to center that logo in its column space and I would like to make that logo a link which when clicked opens in a new window. Where and how do I do this?

    3. Also, when you go to homes tab, click on any home, the attachment page is fine, the customer just doesn't want the "Leave a Reply" or the reply box on any of the attachment pages...can that be removed?

    Thanks so much!
     
  2. Gourav

    Gourav Support Staff

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

    1.For your first issue

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

    Code:
    #menu li a {
    font-size: 18px;
    }
    2.For your second issue

    Go to

    Appearance > Theme Option > Homepage Settings > Homepage Two Cols > Right Column Description

    and add the code given below

    Code:
    <a TARGET="_blank"href=Enter your link address><img src="http://shadycreekhomesites.com/wordpress/wp-content/uploads/2013/05/graphics_eho-e1370019147146.png"/></a>

    Now,

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

    Code:
    .bottom-feature-right-wrapper a img {
    margin-left: 50px;
    }
    3.For your third issue

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


    Code:
    #respond {
    display: none;
    }

    This will solve your issue.
     
  3. imagegrafx

    imagegrafx Member

    Joined:
    Jan 12, 2013
    Messages:
    76
    Likes Received:
    0
    THANK YOU SO MUCH! Everything worked great and looks great!
     
Thread Status:
Not open for further replies.

Share This Page