WP version 3.2.1, ATA version 3.7.1
Site: http://sameeskumn.com
Can't get the page background to appear;
Can't get rid of the gray dotted lines, or create a solid line around the pages menu;
Can't change the overall pages menu background color;
Can't make page menu Bold;
Can't get a background image to appear in bar1...
In CSS inserts, these things usually fix everything:
Code:
/* Page menu spacing */
ul.rMenu-hor li {
margin-right: 10px;
font-weight: bold !important;
}
/* Page menu background */
#menu1 {
background: #042b4f !important;
letter-spacing:2px;
font-weight: bold !important;
border: 1px #042b4f !important;
}
/* no dotted lines menus
========================= */
.menu-pages-container {
border: 1px #042b4f !important;
font-weight: bold !important;
}
.horbar1 {
background: url(http://sameeskumn.com/wp-content/graphics/bar1.jpg);
}









Linear Mode
