Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #28171

    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

    #136725

    Hey,

    You can add this on your custom.css or Quick CSS:

    .stretch_full.container_wrap.title_container {
    display: none;
    }

    Regards,

    Ismael

    #136726

    Thank you for your quick answer, problem solved :)

    #136727

    Hey,

    Glad it is fixed. :)

    Cheers,

    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove the bloc Title + breadcrumb’ is closed to new replies.