New Landing How can we help? Themeforest Theme Support Flexform Breadcrumbs navxt or yoast?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Flexform
  • #73673
    Bitedge
    Member
    Post count: 345

    Ho guys,

    I never had breadcrumbs on and if as I gather the themes built in bread crum solution is the

    Breadcrumb NavXT

    I guess I have deleted it.

    So now I guess i could just reinstall it but I already have SEO by Yoast installed and I believe the theme supports its breadcrumb function. What are the advantages and disadvantages of one or the other?

    Also my custom CSS includes

    }
    .breadcrumbs-wrap.row {
      display: none;

    Should I remove that when I want to display breadcrumbs?

    Thanks

    #73688
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Yes you should remove that css

    I’m not entirely sure about the advantages or disadvantages of each but we user BreadcrumbNavXT so I would recommend using that ๐Ÿ™‚

    – Kyle

    #73693
    Bitedge
    Member
    Post count: 345

    So I have decided to use yoasts breadcrumbs and its working so thanks to the devs for adding support for it.

    I did remove the custom CSS and now I have a one questions.

    How do we change the breadcrumb font size?

    Thanks

    #73696
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    ok great! ๐Ÿ™‚ Just add this custom css:

    #breadcrumbs a {
      font-size: 14px;
    }

    – Kyle

    #73882
    Bitedge
    Member
    Post count: 345

    humm when I add that it increases the size of the items other than the current page, the current page stays too small. as per

    http://bitcoin-betting-guide.com/james-cannings-blog/melbourne-australia-bitcoin-meetup-the-highlight-of-my-month/

    #73986
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ahh of course, it doesn’t need the a

    Change it to:

    #breadcrumbs {
      font-size: 14px;
    }

    – Kyle

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.