Community Forums › Forums › Design Tips and Tricks › How to change color of menu bar in Agency 2?
Tagged: menu bar color
This topic contains 6 replies, has 2 voices, and was last updated by docmas 3 months ago.
-
AuthorPosts
-
February 14, 2013 at 8:22 pm #20442
Asked before but got no response. I want to change the color of the Agency 2 menu bar to gold. Also want the background color to be gold from top of website down to bottom (right now top doesn’t change to gold when I set background color).
Thanks,
Adam
February 16, 2013 at 7:23 pm #20751Hi Adam,
To change the background of the menubar find this code in your themes stylesheet.
.menu-primary, .menu-secondary, #header .menu {
background: #FFF;
margin: 0;
overflow: hidden;
padding: 0;
width: 100%;}
add a background property and set the color code to what you want.
For the background color: REMOVE background property in body tag
body {
background: url(“images/bg.png”) repeat-x scroll 0 0 #F1F1F1;
}
Web Designs By Chrissy | Twitter @designbychrissy
February 16, 2013 at 7:33 pm #20753thanks, finally figured most of that out on my own by trial and error. however, now that i’ve got the gold menu, wondering how to make the menu font bold (or at least a thicker font) as seems very thin, want it more powerful.
thanks,
adam
February 16, 2013 at 7:49 pm #20758Heres the code for that:
.menu-primary li a, .menu-secondary li a, #header .menu li a {
color: #000000;
display: block;
font-size: 14px;
padding: 6px 15px 4px;
position: relative;
text-decoration: none;}
ADD THIS
font-weight: bold;
Web Designs By Chrissy | Twitter @designbychrissy
February 16, 2013 at 8:01 pm #20761thanks, that did the trick!
now if i can only get tech support to help me setup premise, i’ll be in business. never buy anything on a friday, as you’re on your own through the weekend
February 16, 2013 at 8:10 pm #20764LOL, so true! I just bought premise myself this morning!
Web Designs By Chrissy | Twitter @designbychrissy
February 16, 2013 at 8:33 pm #20768good luck. trying to setup paypal and the url that premise is supposed to generate isn’t there. and then the headers for agency are too big for the headers for premise landing pages, but not sure what size the landing pages are to resize them. hoping at least that they are responsive headers and not going to have to use the genesis header plugin with it. anyway, hoping it will be worth the $97, 28 days left to figure it out
-
AuthorPosts
You must be logged in to reply to this topic.