I have almost completely altered the color - But the current page highlight apears orange - How do I control the color? http://photos.phototours.vegas/
Hello, Greetings from InkThemes! Could you please share some edited screenshot so that we can assist you accordingly? If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots. Looking forward to your reply. Thanks & Regards! Priyanka InkThemes.com
Hello, Below is the code for that.. Code: #menu li.current-menu-item a, #menu li.current_page_item a { background-color: #fe00a8; } Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com
Hello, You can change color code in above CSS code as per your requirement. Thanks & Regards! Priyanka InkThemes.com
its not working consistently - all of the links on the site on "Hover" turn orange - The active page on some things turns gray after I changed the code to test just now. Also only some of the menu words turn green and then only in certain browsers, again not consistent below are all the current codes in the custom css area: .tf_content h1 a { color: #84fe2f;} .ddsmoothmenu ul li a:link{ color: #84fe2f !important;} .content-bar h1.page_title { margin-top: 36px !important; color: #84fe2f !important; } #menu li.current-menu-item a, #menu li.current_page_item a { background-color: #8c8984; }
Hello, Would you please try below code and check the result after that. Code: .ddsmoothmenu ul li a:hover, #menu li.current-menu-item a, #menu li.current_page_item a { background-color: #fe00a8; } Hope it will resolve your issue Thanks & Regards! Priyanka InkThemes.com
This is what I have now: .tf_content h1 a { color: #84fe2f;} .ddsmoothmenu ul li a:link{ color: #84fe2f !important;} .content-bar h1.page_title { margin-top: 36px !important; color: #84fe2f !important; } #menu li.current-menu-item a, #menu li.current_page_item a { background-color: #8c8984; } .ddsmoothmenu ul li a:hover, #menu li.current-menu-item a, #menu li.current_page_item a { background-color: #fe00a8; } and it still is orange on hover On some pages -it is inconsistent - also some pages have green font text and others white
Hello, Would you please send us your dashboard details at [email protected] along with this thread link so that I can figure out the issue and will do it for you..? Looking forward to your reply. Thanks & Regards! Priyanka InkThemes.com
Hello, I have resolved your issue... Kindly check your site.. Thanks & Regards! Priyanka InkThemes.com