• Hi,
    I’m using the following OceanWP settings :
    Title of the page : Minimalist Centered
    Breadcrumbs : allowed

    My problem is that the breadcrumbs are showing under the title, but are not clickable.
    I checked with other page title settings, like the default one, and it works fine.
    Is there a way to make the breadcrumbs clickable with the minimalist titles ?

    (I tried with Yoast but I had the same issue)
    thanks,

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    Add the below code to the Customize> Custom CSS section to fix it –

    .site-breadcrumbs.position-under-title, .centered-page-header .site-breadcrumbs, .centered-minimal-page-header .site-breadcrumbs {
        z-index: 9999;
    }
    Thread Starter Ziabelle

    (@ziabelle)

    Hello,
    It works, thanks, but now my (burger) menu is not clickable on the horizontal lines (the box is clickable though)
    Is there anything I can do .?
    Thanks a lot for helping ??

    Use this code instead of the old one –

    .site-breadcrumbs.position-under-title, .centered-page-header .site-breadcrumbs, .centered-minimal-page-header .site-breadcrumbs {
        z-index: 999;
        width: fit-content;
        margin: 0 auto;
    }
    Thread Starter Ziabelle

    (@ziabelle)

    Hello,
    Thank you so much, it’s perfect now !
    (I’m learning css but still long way to go…)
    Best regards,
    Isabelle

    You’re welcome!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘breadcrumbs with minimalist header’ is closed to new replies.