Change font and font size of main menu...

Discussion in 'Compass WordPress Theme' started by matrix777, Jun 5, 2014.

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

    matrix777 Guest

    Joined:
    Jun 2, 2014
    Messages:
    8
    Likes Received:
    0
    Can you tell me how i can change the font and font size of the main menu as well as remove the highlight color? Thanks

    Also, generally the font sizes of everything on the page is a little too big...can you tell me how i cna edit this?



     
  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:
    #menu .ddsmoothmenu li a {
    font-size: 14px;
    }
    p {
    font-size: 14px;
    }
    #menu li.current-menu-item a, #menu li.current_page_item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover {
    background-color: initial;
    color: black;
    }
     
    Thanks & Regards
    Gourav Shrivastava
     
  3. matrix777

    matrix777 Guest

    Joined:
    Jun 2, 2014
    Messages:
    8
    Likes Received:
    0
    It work! Thanks!
     
Thread Status:
Not open for further replies.

Share This Page