When I create a new advanced style, it doesn’t get applied to the items I’m customizing.
Is there anything I need to do with permissions to allow these customizations to be applied?
Thanks
Hi sbrohamm!
Thank you for using the theme!
The changes are not being saved on enfold_child.css file. Please make sure that the file permissions on dynamic_avia folder is correct. Remove the enfold_child.css file then toggle any options on Enfold > Theme Options then save changes. If that doesn’t work, please add this on Quick CSS or custom.css:
.header_color .main_menu ul:first-child > li > a {
color: #000000;
}
Cheers!
Ismael
I changed the permissions on the folders and file you listed above and now it works like a charm!
Thanks Ismael!