Tagged: enfold theme options
1. Hi, please help me have only theme options under enfold and disable the remaining enfold options like, styling, general settings, Header, sidebar, footer, theme update. please instruct me on this.
Hey 666666!
Edit framework > css > avia_admin.css, add this code at the very bottom:
.avia_sidebar_content div {
display: none !important;
}
.avia_sidebar_content div:first-child {
display: block !important;
}
Cheers!
Ismael
Hey Hi Ismael :)
Thanks alot for CSS solution. But the link, “show all options [+]”, opens up all the options again by clicking. Please help me locate the the PHP file that holds the element “Show all options [+]” to remove that link or to comment it off.
also let me know where all, the css class that is used for “Show all options [+]” is used so that it will help if I can just disable it by setting that class to “display:none”.
Thanks alot sorry for being so late thanking for your help :)
Cheers
Great Job.
Hi!
You can add this as well to hide that option:
.avia_sidebar_active .avia_shop_option_link {
display: none;
}
Cheers!
Devin
Yeah, I knew it, but I’m worried that might also disable the elements(which I probably need them), which are using the same classes. So I didn’t go ahead. if it’s the only place, where “.avia_sidebar_active” & ” .avia_shop_option_link” classes were used than I can set them to ” display:none”. please lemme know on this. Thanks alot :) and
Cheers! :)
Hi!
No, this code shouldn’t affect any other links
.avia_header .avia_shop_option_link{ display: none !important; }
Regards,
Peter