Maybe you can help to adapt these two default settings:
1. Menu: When I select a main menu section than a thin line below signs current selection. Is it possible to show this line on subpages of this section too? Example: i open http://kriesi.at/themes/enfold/shortcodes/ and line is visible. I open http://kriesi.at/themes/enfold/shortcodes/animated-image/ (line is not visible by default).
2. Content area: Is it possible to reduce space between content area and main title area? How?
Thanks for your help.
Hey aK_45m7!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.current-menu-ancestor .avia-menu-fx {
opacity: 1;
visibility: visible;
}
.content, .sidebar { padding-top: 30px; }
Regards,
Yigit
Hey Yigit,
thanks for your quick help.
Code works great.
Alex
Hey!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Cheers!
Yigit