Custom CSS and Menu Posted in : Read WP communlundiParticipant 18 January 2015 at 18:51 #18385 Hello :) I wanted to make some changes in the theme : 1. The size of the all my post title and main text. 2. Hover color on the menu in the header (example in your menu’s demo theme : for “home” – “about” – “portfolio” etc.) i want a different color like in the “let’s socialize” into your sidebar). 3. Same thing, change the hover color in “Tags” Thank you ! ahmetsaliKeymaster 21 January 2015 at 19:09 #18456 Hi, you can try this custom css code; @media screen and (min-width:768px) { .blog-posts h1.entry-title { font-size: 24px; } } .main-navigation ul li a:hover { color: #096; } .post-tags a:hover { color: #096; } communlundiParticipant 21 January 2015 at 22:15 #18499 Great ! Many thanks Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in and have valid license to reply to this topic. License required for the following item Read WP - Minimalist WordPress Blog Themeby pixelwars Login and Registration Log in · Register