I can hardly read/see the menu text [top menu bar] in the Real Photography Theme. See image below and url : http://farmdehoek.co.za How do I fix this? I want to use a brighter color that will show better on the home page.
Hi, To change the text color, just paste the code given below in Custom CSS section. (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .menu_wrapper { opacity: 0.85; } #menu li.current_page_item a, #menu a:hover { color: #dee21c; } Hope this helps...! Thanks & Regards! Akbar InkThemes.com
You are most Welcome! Always feel free to ask your queries at our support forum: http://inkthemes.com/community/ and at our email [email protected] We would be glad to assist you... Have a nice day! Thanks & Regards! Akbar InkThemes.com
Hello, Greeting from InkThemes, The code does works, you can see the menu items are now in light color. Just change the color code according to your choice and increase the opacity of the colors. To make the desired changes, just paste the code in the Additional CSS section of the theme. Go to (Dashboard->Appearance->Customize->Additional CSS). Code: #menu li a { color: #ffffff; } .menu_wrapper { opacity: 1.85; } #menu li.current_page_item a, #menu a:hover { color: #efd109; } Regards, Akbar InkThemes.com