Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #936189

    Hello my breadcrumbs seem to just show up as plain text rather than links – I’m wondering if I’m missing something?

    #936202

    Hey ghrahams,

    Add this to quick css:

    
    .breadcrumb.breadcrumbs.avia-breadcrumbs{
    z-index:99999;
    }

    Best regards,
    Jordan Shannon

    #938461

    Thanks for the quick assistance – this did the trick – thank you!

    #938477

    Actually – this works to get them to be clickable. However this forces the menu-items in the sub-menu to be displayed below the breadcrumb bar on hover.

    #938993

    Hi ghrahams,

    On the link you gave in your original post I do not see any breadcrumbs and no menu.

    Best regards,
    Victoria

    #939323

    Yes, you’ll need to be logged in to view those pages – login details below. However it applies to all of the “power practices”

    #939351

    Hi!

    You seem to have following code in Style.css file of your child theme

    .av-main-nav ul {
        position: relative;
        bottom: 30px;
    }

    Please change it to following and flush cache

    .av-main-nav ul {
        top: 80%;
    }

    Best regards,
    Yigit

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