Hello, I used to be able to view the source code of the page at the bottom of the page I was editing. I think I used this bit of code in the functions.php
add_theme_support(‘avia_template_builder_custom_css’);
But that is not working anymore. Any idea how to get this possibility again for my new website?
Thanks.
Hi EricSmeets,
I believe the code you are looking for is this:
//set builder mode to debug
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}
For further information please check: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode
Best regards,
Nikko
Thanks, I love your support!
Hi EricSmeets,
You’re welcome and we’re glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko