Want to change the color of the menu tab/dropdown menus and footer section from one of the basic to some custom colors?
Hello, We have given eight different color in the theme you can select from there. just go to Appearance -> Theme Option -> Styling Options -> Theme style sheet Select the color from here. Thanks.
I know about the 8 basic colors which don't really go with our logo colors. Is there a code to use in CSS to alter your basic color to something custom for the menu tabs and footer areas?
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #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 a { background:red!important; } #menu .ddsmoothmenu li li a:link, #menu .ddsmoothmenu li li a:visited { background: blue; } .footer-container { background: red!important; } .footer-navi{ background: red!important; } Put color values as per your requirement.
Thanks, worked great. As to a previous question, is there any way to add a little address/contact region to top right of colorway?
To achieve this you can add a banner which contain your logo image at the left side and your contact image at the right side and upload it as a logo. Use photoshop to do that.