Hi,
I’m using the Purity template and am unable to find the location of the CSS statements that control the colour of the dark bar at the top of the template where the colour chooser is located. Anyone know where this is, I’ve searched high and low but keep missing it.
Also need the statements for the menu bar background,
Appreciate any help
Thanks
Matt
6 answers
It is a graphic called topbar-bg.gif in the images folder.
Yes, just read through the stylesheet and noticed. 😮
Any idea on the menu bar?
Thanks
Matt
Have you ever used the firebug plugin for firefox? Use the inspect button and you can quickly find any element in the css.
Yeah, I’ve used that and have found the actual button CSS but can’t seem to find the background element.
Found it finally, can’t believe I missed it.
PHP Code:
/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
position: absolute;
bottom: 0;
background: #C3C3C3;
width: 100%;
}
Not sure how I missed that :S
Glad you found it. Sorry I didn’t respond. I am currently in Ireland (I live in England) so am relying on hotel broadband in the evenings.
Good luck with your site.
This question is now closed