No Color Options? Posted in : TheBlogger nerwinParticipant 29 November 2016 at 16:56 #45728 Unless I’m blind, I cannot find any options to easily change the colors of the blog title, widget titles and the header tag colors. There is hover on the blog title which is great, but can’t change the color easily. Do we have to change these things using CSS? Thanks. serkanModerator 29 November 2016 at 17:05 #45730 Hi, We will keep it in our mind. You can use these custom css codes; .entry-title a { color: #c30000; } .widget-title span { color: #c30000; } .entry-meta { color: #c30000; } Thanks nerwinParticipant 29 November 2016 at 17:09 #45731 Thanks. What about the nav link colors? For some strange reason it will on change color if I do {color: white;} but if I did {color: #fff;} – It won’t work! Very strange. serkanModerator 29 November 2016 at 17:15 #45732 Hi, Please go to appearance > customize > general > colors > change link hover color Thanks nerwinParticipant 29 November 2016 at 17:21 #45733 I’m aware of that one. I’m talking about the base color if you know what I mean. serkanModerator 29 November 2016 at 17:32 #45734 Hi, You can change link color and link hover color via customizer. I am totally lost. Could you explain me exactly which party of the page you want to change and give the url. Thanks nerwinParticipant 29 November 2016 at 17:35 #45735 I’m talking about the menu item colors. Like the Home, About, Contact links. serkanModerator 29 November 2016 at 17:37 #45736 Hi, Try to use this custom css code; .nav-menu ul li a:not(:hover) { color: #; } Thanks nerwinParticipant 29 November 2016 at 21:04 #45737 Thank You!! That worked. serkanModerator 30 November 2016 at 11:16 #45739 You’re welcome. Viewing 10 posts - 1 through 10 (of 10 total) You must be logged in and have valid license to reply to this topic. License required for the following item TheBlogger WordPress Themeby pixelwars Login and Registration Log in · Register