Here are some change I would like some help making to this theme: 1.) Turn green styling to another shade of green #008465 2.) Slider: remove all text except for button. 3.)Menu: I would like the text to be white when the menu button selected. (see att. photo)- I am currently using these styling codes: .nav-wrapper ul li a:hover, .nav-wrapper ul li.current-menu-item a, .nav-wrapper ul li.current_page_item a{ background:#008465; } .nav-wrapper ul li a { color: #008465; } .nav-wrapper { background: #D4E6E1; } .nav-wrapper .sf-menu > li { border: none; } .nav-border-container{ border:none; }
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .nav-wrapper ul li a:hover, .nav-wrapper ul li.current-menu-item a, .nav-wrapper ul li.current_page_item a { color: white; } .slider-caption-container h1,.slider-caption-container p { display: none; } You can use your color in place of #008465 in above code. It will resolve your issue. Thanks & Regards Yogesh Bhade