Help with "background Image" on navbar
AMDelgado
Joined: 2013-01-06
Posts: 15 |
![]() |
Hello All! This might be a basic question, but then again, I am a very basic user! I am trying to make very small changes to Matrix theme (my ignorance prevents me from going very far...) Fllowing the instructions, I was able to change the banner and logo! This was definitely a victory! Now, I would like to have a small .gif on the background of the navbar, so it approaches the look of other sections of my site - but I cannot find where to change that background color, much less where to insert the code for the image.....looked and looked throught the theme.css, but am totally lost Any tips (and/or appropriate code) would be greatly appreciated Regards |
|
suprsidr
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
link to site? -s |
|
AMDelgado
Joined: 2013-01-06
Posts: 15 |
![]() |
suprsidr
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
Well, from your links I cannot see your vision of what the site should look like. -s |
|
AMDelgado
Joined: 2013-01-06
Posts: 15 |
![]() |
I know, suprsidr! There is yet "no vision" for the site, as it is being reconstructed But, for now, I would just like to do some minor changes.... Quote:
Now, I would like to have a small .gif on the background of the navbar, so it approaches the look of other sections of my site - but I cannot find where to change that background color, much less where to insert the code for the image.....looked and looked throught the theme.css, but am totally lost Thanks for any assistance |
|
suprsidr
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
#gsNavbar css is on line ~105 gallery2/themes/matrix/theme.css #gsNavBar { border-top-width: 1px; border-bottom-width: 1px; background: url(/images/bg.jpg) #fff no-repeat scroll; } @see http://docs.webplatform.org/wiki/css/properties/background the html for #gsNavbar is in gallery2/themes/matrix/templates/theme.tpl -s |
|
AMDelgado
Joined: 2013-01-06
Posts: 15 |
![]() |
Thanks, suprsidr! I got it! Will revisit your tool when "embedding" time comes! regards |
|