Hello,
I would like to add text between the logo and the menu.
Is it possible to do that in admin interface or do I need to override enfold theme?
Thanks
Regards
Hi Alvard!
Please refer to this post – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Best regards,
Yigit
Hi,
Thanks a lot Yigit.
Now when I scroll I would like this text fade out so I have tried this:
.header-scrolled span.subtext, .textwidget {
opacity: 0;
}
It’s work before scrolling :(
Did I miss something?
Hi!
Please use following code instead
#header.header-scrolled .widget {
opacity: 0;
}
Best regards,
Yigit
Perfect!
Thanks a lot
Best regards,
Alvard