• Resolved rebus89

    (@rebus89)


    Hello.
    There was a problem with the color settings for the breadcrumbs module. Color settings are not available. All other functions work fine.
    Where could the problem be?

    • This topic was modified 4 years, 10 months ago by rebus89.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author PressTigers

    (@presstigers)

    Hello @rebus89,

    We apologize for the inconvenience. It seems that a plugin is conflicting with Flexy Breadcrumb.

    For testing purposes, please deactivate all of your plugins except Flexy Breadcrumb and then see this issue. Let us know if the issue still persists.

    Regards,

    Thread Starter rebus89

    (@rebus89)

    Ok. thank you, will test.
    Is it possible to change Flexy Breadcrumb color settings using code?

    Plugin Author PressTigers

    (@presstigers)

    Yes, you can add custom CSS in your child theme to change color of the breadcrumb trail.

    Thread Starter rebus89

    (@rebus89)

    Thank you.
    This code helped me make the Breadcrumbs field transparent.

    .fbc-page .fbc-wrap .fbc-items {
        background-color: transparent;
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Color Settings are not active’ is closed to new replies.