Post Tittle Font Size and Menu Line Color

  • Posted in : Bloggy WP
  • tomodachi
    Participant

    Hi, I just need to know how I change the grey color of the line below the menu and how to reduce the size of the tittle of every post on the blog.

    here: http://goo.gl/3Q16lc

    thank u!

    Mehmet S.
    Keymaster

    Hi, use this in your theme options > custom css box:

    /* menu border color */
    .main-navigation { border-bottom-color: yellowgreen; }
    
    /* post title size */
    .blog-posts .entry-title { font-size: 1.8em; }
    

    Thanks

    tomodachi
    Participant

    it works! now I need chage hover color (Grey/black box) on the main menu

    please!

    Mehmet S.
    Keymaster
    .main-navigation > ul > li > a:hover,
    .main-navigation > ul > li > a.selected
    { background: #008FFF; }
    
Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register