Hello, I would like to make the color scheme a custom blue, not the default blue under Theme Stylesheet. I have the hex number. How can I achieve this? #006FB4 Regards, Ben
Hi, Ben.. Greetings from InkThemes! You can use below code in Custom CSS field of your dashboard.. Code: #menu li.current-menu-item a, #menu li.current_page_item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover { color: #fff; background-color: #006FB4; border-bottom: 2px solid #006FB4; } .feature-content .feature-content-inner:hover p.font_icon, .flexslider li.blog_item .flex_content a.read_more, .testimonial_wrapper .testimonial_content span a, .heading_container p a { color: #006FB4; } .bottom_tagline .bottom_tagline_button a, .flex-direction-nav .flex-prev:hover, .flex-direction-nav .flex-next { background: #006FB4; } .bottom_tagline { border-left: 4px solid #006FB4; } You can change color code as per your interest.. Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com