How do we make the header transparent?
Also, on the child one theme that I currently have (www.brainystudent.com), the top bar is not coming. How do I make it visible?
For header transparnt please add the given css from wp-admin ->apperance ->customize -> custom css:
header.fix {
background: transparent !important;
}
header.fix.fixed {
background: #888 !important;
}
For the top menu :
You are using the child one theme ,it hass no top header .
If you wat the top header in child one theme also then please refer to the default theme header.php file and modify your child theme header.php file accordingly