1. Louw
  2. Sherlock Holmes
  3. Commercial Templates
  4. Tuesday, 06 March 2018
  5.  Subscribe via email
Hope you are doing great and can assist. I need the menu item in Maya to be transparent with the background image at the top behind it before it becomes sticky. Would you be able to tell me how to achieve this in CSS. Similar to what you have in Kodaline but in the Maya template

Would really appreciate your advice.
References
  1. http://x-boats.com/
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Louw

Presuming I understand you correctly, try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)...

.sticky-wrapper {
position: absolute;
width: 100%;
}
.header_row {
background-color: transparent;
box-shadow: none;
}
#logo::before {
display: none;
}
.is-sticky .header_row {
background-color: #fff;
}


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!