Post Tittle Font Size and Menu Line Color Posted in : Bloggy WP tomodachiParticipant 15 May 2014 at 18:45 #14295 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 16 May 2014 at 10:56 #14307 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 tomodachiParticipant 22 May 2014 at 22:32 #14428 it works! now I need chage hover color (Grey/black box) on the main menu please! Mehmet S.Keymaster 22 May 2014 at 23:28 #14429 .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 Bloggy WP - Responsive Minimalist WordPress Themeby pixelwars Login and Registration Log in · Register