css - Transparent menu in revolution slider wordpress -


i'm using x theme themeco , revolution slider want make menu bar transparent slider behind it, top of slider background of menu bar. if make menu bar transparent, shows white above slider, no overlap.

here link site: http://845.b40.myftpupload.com/

thanks in advance!

it's hard without seeing code absolutely position header top of page, using like:

header{   position:absolute;   top:0;   background:transparent;  } 

Comments

Popular posts from this blog

Angularjs unit testing - ng-disabled not working when adding text to textarea -

sql - invalid in the select list because it is not contained in either an aggregate function -

c++ - Qt: Resize QScrollArea to show 4 widgets at most -