Quote:
Originally Posted by Tigger
We are getting closer !
Now I have background all over the navi bar ! And if I would like activated button also to be transparent ? Just the font color should change color in hover status and active status. Button background always transparent. Then all issues with page menu bar are solved ! |
Making HOVER or CURRENT transparent is currently not possible through the Theme Option color pickers as I have not prepared the menu bars to have background images. You'd have to add a HTML/CSS Inserts -> CSS Insert
HTML Code:
/* CURRENT */ ul.rMenu li.current_page_item a:link, ul.rMenu li.current_page_item a:active, ul.rMenu li.current_page_item a:hover, ul.rMenu li.current_page_item a:visited { background: transparent; color: #123456; } /* HOVER */ ul.rMenu li a:hover { background: #654321; color: #123456; }
HTML Code:
td.search-box { width: 350px; }