Quote:
Quote from Dave on February 7, 2014, 00:30
Hello,
I purchased the Business Line Pro template and love the product. I would however like to be able to change the “orange arrow” that shows up on the top menu when you hover. Is it possible to change that image to some thing else? Where would I find that code? Is it possible to at least change the color of the arrow?
http://www.socp.ca
Thanks for the wonderful product.
D
Use this into the box WP-Admin > Appearance > Business Line Options > General Options > Custom Code within Head Area
Code:
<style>
#d5businesslinepro-main-menu a:hover, #d5businesslinepro-main-menu .current-menu-item > a, #d5businesslinepro-main-menu .current-menu-ancestor > a, #d5businesslinepro-main-menu .current_page_item > a, #d5businesslinepro-main-menu .current_page_ancestor > a {background-image: none; }
</style>