Hello
I’ve been searching for how to remove the top contracted/expanding header and logo icon through my whole site
bodytalkcare.com
I need to remove the enfold logo and bar that minimizes all together.
Could you please help with a CSS code that would solve this?
Thank you
I appreciate you asking.
Your seeing it seems I have, and I feel confused still because I need support learning how to make the top panel of the ShiftNav menu either transparent or a different color.
The area I am referring to is at the top of the site where there is that black strip with the words “BodyTalk Care” in the middle.
I have went into appearances to the ShiftNav and tried changing the colors and have looked in their knowledge base for how to make it transparent and have yet to find a solution.
Do you have any suggestions?
Thank you.
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#shiftnav-toggle-main {
background: orange;
color: green;
}
Best regards,
Yigit
Thank you for suggesting this code, I did that and it’s still black, I feel hopeful and need the background color(?) of the ShiftNav (that is currently black) to be transparent.
Hi!
Please change your code to following one
#shiftnav-toggle-main {
background: transparent!important;
}
.shiftnav-wrap {
padding-top: 0!important;
}
Regards,
Yigit
I see it made the top padding transparent
I’m grateful more order in my menu settings was solved thanks to you providing this code!