Menu customization
ifmgabboy
Registered Users Posts: 6 Beginner grinner
Hi,
I'm slowly working on my site. I would like to have the menu bar fill appear 50% transparent grey. Am I missing something obvious?
My other question is how to have the hover color change as well as have a matching overbar. I have the color change, now wondering what the code is to have a matching bar above.
Thanks, any help would be appreciated.
Bruce
brucehowatt.com
I'm slowly working on my site. I would like to have the menu bar fill appear 50% transparent grey. Am I missing something obvious?
My other question is how to have the hover color change as well as have a matching overbar. I have the color change, now wondering what the code is to have a matching bar above.
Thanks, any help would be appreciated.
Bruce
brucehowatt.com
0
Comments
This is to change opacity of the menu (change the 0.6 from 0.1 to 0.9) to adjust the opacity
Change the hover color with this css (change this #ffffff to your color)
mark4pics.com }{ Google + }{ Twitter
Hi Mark,
I was about to ask this same question about the transparent menus (thanks OP for asking)!
Thanks for providing this code.
Does this only work for vertical menus? I have a horizontal one. How can this code work for my site? Thanks.
Film/TV Stills Photography
"When your work speaks for itself, don't interrupt." ~ Henry J. Kaiser
I believe you can just use horizontal in place of vertical, but looking at your site, Its horizontal but the driop downs are vertical like mine.
mark4pics.com }{ Google + }{ Twitter
Thanks Mark.
Hmm, and I already had the separate code for my drop-downs to be transparent.
I tried substituting with 'horizontal' in your code, but it didn't work.
I want the entire top section of the theme's black bar section (navbar and logo) to be transparent.
Maybe I can't change that part of the theme's design?
Film/TV Stills Photography
"When your work speaks for itself, don't interrupt." ~ Henry J. Kaiser
Try going into Edit Theme > Background Tab Scroll down to Header and adjust the Alpha Slider
mark4pics.com }{ Google + }{ Twitter
That's it! Thank you!
I never looked at the "Background" section in there because I never needed to change anything and wanted Black anyway, ! I never considered that all those transparency settings would be in there in that tab.
Thank you so much Mark!
Film/TV Stills Photography
"When your work speaks for itself, don't interrupt." ~ Henry J. Kaiser
Thanks again,
Bruce
brucehowatt.com
Hi there!
I believe that code can be found on this page (the third one called "Add a Line or Border Around Each Item in Your Menu"), thanks to Aaron. You can add a line above, below or on the sides, etc. :-)
http://www.dgrin.com/showthread.php?t=237930
Film/TV Stills Photography
"When your work speaks for itself, don't interrupt." ~ Henry J. Kaiser
Indeed I do give the CSS, but it's static and not for when the mouse hovers. The code for displaying a line at all times is as follows:
If you want to make it change when they hover do the following by adding "a: hover" in the top line:
Former SmugMug Product Team
aaron AT aaronmphotography DOT com
Website: http://www.aaronmphotography.com
My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
Film/TV Stills Photography
"When your work speaks for itself, don't interrupt." ~ Henry J. Kaiser
I used some script from the forums to cause my social icons to fade a tad. I'd like to do the same to my titles, but not as much. I tried modify the text in the code myself but can't get it to work.
Here's the code for the social icons. Source is from the forums here, can't recall the originator...