CSS For Footer Color and Menu Drop Down Color -
im trying change color in both drop down menu, footer background color of site http://ablecareinhome.com/
ive tried numerous css tweeks make change, @ stale mate. able nenu buttons change using following:
#menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover, #menu li.current_page_item { background: url("../images/menu-bg.png") repeat-x scroll center top #00a99d !important; }
this color going in other footer , menu parts. #00a99d
any appreciated. side note, theme allows internal css options/modifications without building full childs theme. done dashboard, , stylesheets coming external source appears.
any appreciated!!
well see css here
#menu .sf-menu li li { font:12px arial, helvetica, sans-serif !important; text-transform:capitalize; margin:0; padding:0; background-color: #00a99d;}
as footer image see link
you can remove backgroun image , edit css
.footer-container { background:url(../images/footer-bg.png); remove background-color: # #00a99d;}
Comments
Post a Comment