Set appearance of breadcrumbs

#258136
  • Resolved Melvin Brea
    Rank Math free

    I’m trying to implement rank math in my Divi theme through a child theme, but I don’t know how to change the appearance of the breadcrumbs.

    I added the code that you offer, some labels to adjust the appearance with CSS, but beyond the background, I have not been able to do more adjustments.

    This is the code I added in the Divi child theme, just before the closing tag of the header:

    <div>
    <?php if (function_exists(‘rank_math_the_breadcrumbs’)) {
    rank_math_the_breadcrumbs( ‘<p id=“breadcrumbs” class=“et_pb_row”>’,'</p>’ );
    }
    ?>
    </div>

    And in this way, I intend to adjust the appearance, but it is not taking me changes in the size, or in the color of the text.

    And this is the ccs code that I am using as additional ccs in the Divi theme.

    /*–BREADCRUMBS–*/
    .migasdepan {
    width: 100% !important;
    position: relative;
    z-index: 1;
    background:#32bdef !important;
    border-bottom: 1px solid #000;
    }
    .migasdepan .et_pb_row {
    padding: 5px;
    }
    #breadcrumbs {
    font-size: 5px;
    line-height: 1.3em;
    color: #000;
    }

    Please, I would like directions to know what is the best way to set the appearance of the breadcrumbs on my site.

    Best regards,

    Melvin Brea

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

    Thank you for contacting Rank Math and bringing your concern to our attention. I’m sorry for any inconvenience this issue may have caused you.

    Could you please share the affected URL to check and advise accordingly? You can add it in the sensitive data section
    Sensitive Data Section

    It is completely secure, and only our support staff has access to that section.

    Looking forward to helping you.

    Thank you.

    Hello,

    I have updated the sensitive data as requested. Can you please check further?

    Thank you.

    Hello,

    Thank you for that information.

    You can target the Rank Math breadcrumbs using .rank-math-breadcrumb code.

    Here’s a sample CSS to adjust the font size:

    .rank-math-breadcrumb {
        font-size: 15px;
        width: 100%;
    }

    Please try using that line and let us know if the issue still persists.

    I hope that helps.

    Thank you.

    Thank you very much.

    Best regards,

    Melvin Brea

    Azib Yaqoob
    Rank Math business

    Hello,

    We are super happy that this resolved your issue. If you have any other questions in the future, know that we are here to help you.

    If you don’t mind me asking, could you please leave us a review (if you haven’t already) on https://wordpress.org/support/plugin/seo-by-rank-math/reviews/#new-post about your overall experience with Rank Math? We appreciate your time and patience.

    If you do have another question in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)

The ticket ‘Set appearance of breadcrumbs’ is closed to new replies.