Hello,
I’m trying to hide the div that encompass the page title (in a H1) and the breadcrumb… I’ve tried to comment the lines that displays the “avia_title” function in index.php, page.php, etc… Strangely, it removes the div only when I’m logged in admin.
I’ve also tried commenting “if(!function_exists(‘avia_title’))” in function-enfold.php, without more success…
What can I do?
Thanks in advance,
Céline Flament
Hey,
You can add this on your custom.css or Quick CSS:
.stretch_full.container_wrap.title_container {
display: none;
}
Regards,
Ismael
Thank you for your quick answer, problem solved :)