Forum Replies Created
-
AuthorPosts
-
nevermind everyone
problem resolved by inspecting with chrome
thank you all
my current menu bar is too much transparent gray
when slider changes to black pic
the gray is very obvious
but if use dude’s codes
the effect changes
but dude’s codes changes the top header and menu bar
i only want the menu bar to be transparent black
like the right and left hover arrows in the slideri am using dudes codes now
i want the top header(the part where the logo is) i want that part to be #f0f0f0-
This reply was modified 11 years, 2 months ago by
anakinroy.
the enfold layerslider has right n left arrows
the transparent black appears when u cursor over the arrows
thats the effect i wantmy bad
i mean they are both 0.5
one is closer to transparent black
another is transparent graythanx
but one last question.header_color .header_bg,
.header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div {
background-color: rgba(0,0,0,0.5);
}and
#header_main_alternate, .bottom_nav_header.social_header .main_menu ul:first-child { background-color: rgba(0,0,0,0.5); }
renders to different results
the top, provided by dude is more of a transparent black
the bottom renders a transparent gray
thats what i am puzzled about-
This reply was modified 11 years, 2 months ago by
anakinroy.
anyone can help me with the
.header_color .header_bg,
.header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div {
background-color: rgba(0,0,0,0.5);
}i just want the same opacity but only the menu bar black transparent
but dude
i dont know why
but ur opacity is what i want
but if only it can be for the menu bar only like what i am using nowbig thank you if u can help me out
almost there with the header problemand one more question
instead of moving the header down
whats the css to move the layerslider up?sorry
.header_color .header_bg,
.header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div {
background-color: rgba(0,0,0,0.5);
}this changes the top part where the logo is, to black also
can i just change the menu bar only?i tried removed
.header_color .header_bg,
or
.header_color .main_menu .menu ul li a,
or
.header_color .main_menu ul ul,
or
.header_color .pointer_arrow_wrap .pointer_arrow,
or
.header_color .avia_mega_divstill renders the whole header black or transparent white
but i only want the menubar transparent black-
This reply was modified 11 years, 2 months ago by
anakinroy.
something to add on
i can only add sticky header option so that the css
#header_main_alternate {
margin-top: 35px;
margin-left: 0px;}
moves the menu bar down to overlap the slider
but by sticky header, it affects all the other pages which i dont wantso can i sticky the homepage only to have the menu bar sitting on it
or is there another method where the menu bar only shifts down on the homepage and remain the same in the other pages?thank you again
please take a look at my web
http://www.goldrise.com.sg and http://www.goldrise.com.sg/aboutus-
This reply was modified 11 years, 2 months ago by
anakinroy.
hi again
now i am using a custom color for the menu bar from the css below
#header_main_alternate, .bottom_nav_header.social_header .main_menu ul:first-child {
background-color: rgba(0,0,0,0.3);
}i wanted a transparent black menu bar, but after going through many diff rbga, it renders gray when i set the opacity lower
i assume there is no color code for transparent black
so my question is
can i upload a transparent black image to the web and use css to use the image file?
and the menu words will sit nicely on the image?second question
i tried shifting the menu bar down so that it overlaps the slider
#header_main_alternate {
margin-top: 35px;
margin-left: 0px;}
and then using the sticky header option
it works
but it leaves behind a white line and area previously occupied by the menu
any ways to remove it cause the area becomes redundantmy end result is a black transparent menu bar overlapping the slider at the top of the slider
thank you so much again in advance
wow
great, it works
thank you so much
hi
it works great
but another questioner
after extending the header, the logo is not sitting in the center
how to shift the logo down so that its in the center of the extended header? -
This reply was modified 11 years, 2 months ago by
-
AuthorPosts