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

    Sample page’s Layout ‘Title Bar Settings’ option is default.

    Enfold setting at admin page, Header layout’s Header Title and Breadcrumbs option is display title and breadcrumbs.

    But my page’s ‘Header Title and Breadcrumbs’ not activate..

    Why?

    #471458

    Hi Oh!

    It’s because you have the header set to transparent. If you displayed the breadcrumbs on that page then they would be at the very top beneath your header.

    If you set the header style to normal, not transparent, then they should display again.

    Regards,
    Elliott

    • This reply was modified 9 years, 4 months ago by Elliott.
    #472128

    If I set the header style to normal, It must be a not transparent? Is not there another way?

    #472998

    Hey!

    at first set your header style to normal, so that breadcrumbs will show up on your page. Then we might be able to give you some CSS code to you so it will be transparent again. You could try this:

    div#header_main {
    background: rgba(0,0,0,0);
    }
    

    Regards,
    Andy

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.