css - how to make wordpress header transparent -
hello working on wordpress thrive theme "squared", trying make header of theme transparent.
i have searched online , tried saw, still shows white instead of transparent. have tried
header { background: transparent; font-weight: 400; padding-top: 10px; padding-bottom: 10px; }
this site trying make header transparent
http://digitalmarketer.mu/?page_id=65
please there has been able overcome such, please help, thanks
it's not element showing white, it's what's behind white. if want transparent menu overlayed on hero photo, need set header
background:transparent;
, set #floating_menu
either position: fixed
or position: absolute;
.
position:fixed
1 want, since named "floating menu" (fixed position keep menu @ top of viewport).
Comments
Post a Comment