fusion starter theme main menu
Posted by cstalberg on March 22, 2012 at 12:06pm
using drupal 7.12 on fedora core ver 15 with apache 2.2. I am having trouble figuring out how to modify the font type, size and background color of the horizontal header main menu using the fusion starter theme. I have been trying to make the changes at ~/sites/all/themes/fusion/fusion_starter/css/local.css.
In just trying to determine if the code will be reponsive I have
.fusion-inline-menu .inner ul.menu li a {
background: #004f90;
border-right-style: solid;
border-right-width: 1px;
display: inline;
margin: 0;
padding: 0;
white-space: nowrap;
}
