• Resolved dobcho0

    (@dobcho0)


    Hello,

    I want to use “/” as a separator instead of the icons, but couldn’t find a good way to do it.
    Could you please assist?

    Thank you
    Best regards
    dobcho0

Viewing 1 replies (of 1 total)
  • Plugin Author learnhowwp.com

    (@themeythemes)

    Hey,

    There isn’t an option to use custom text as separator right now. I will add it to the list for the next update.

    Right now go to Divi > Theme Option > Integrations > <head> and add the below code.

    <script>
    jQuery(function($) {
        $(document).ready(function() {
            if ($('.lwp-breadcrumbs .et-pb-icon.separator').length) {
                $(".lwp-breadcrumbs .et-pb-icon.separator").text("/");
                $(".lwp-breadcrumbs .et-pb-icon.separator").css("font-family", "inherit");
            }
        });
    });
    </script>

    Let me know if it works for you.

Viewing 1 replies (of 1 total)
  • The topic ‘Is it possible to use a symbol instean of an icon.’ is closed to new replies.