Changing font size on the “HOME” breadcrumb only

#912516
  • Resolved Janet Macphelemy
    Rank Math free

    Hi,
    I’d like to use breadcrumbs on my woocommerce single product page, but when I use the standard breadcrumb widget in Elementor, I can’t style the breadcrumb at the beginning:;
    HOME/Category, which is ugly. I can use the Short code for Rankmath, but either way I still can’t change the font size of the “HOME” (link) at the beginning of the breadcrumb. If I globally change the Link size it changes ALL links throughout the website and I I don’t want that. How can I just change “Home” breadcrumbs only through-out the site using rank math.

    TIA

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

    We apologize for the issue you are facing with styling the "HOME" breadcrumb link specifically. Unfortunately, the current options in Rank Math do not allow for individual styling of specific breadcrumb items like the "HOME" link without affecting other links globally.

    However, you can achieve this by adding custom CSS to your website. Here’s a general approach you can take:

    1. Identify the CSS Class: Inspect the breadcrumb element using your browser’s developer tools to find the specific class or ID associated with the "HOME" link.

    2. Add Custom CSS: Once you have identified the class, you can add custom CSS to your theme’s stylesheet or through the WordPress Customizer under Appearance > Customize > Additional CSS. For example:

      .your-home-class {
         font-size: 20px; /* Change this value to your desired size */
      }

      Replace .your-home-class with the actual class name you found.

    This way, you can specifically target the "HOME" link without affecting other links on your site.

    If you need further assistance with this, please reply to this ticket, and a human agent from the Rank Math Support team will be happy to help you out!

    Thank you for raising this concern!

    Sorry, it doesn’t show any class or ID for “home” and what I thought might be doesn’t work.

    https://dailyhuff.com/groom-box-by-miss-to-mrs/?preview=1&preview_nonce=a640c142d6&theme_template_id=3109

    Hello,

    Thank you for contacting us. We apologize for any inconvenience this issue may have caused.

    You can use the following CSS selector and set the desired typography for your breadcrumbs:

    .rank-math-breadcrumb a {
        font-family: Arial, sans-serif !important;
        font-size: 15px !important;
        text-transform: capitalize !important;
    }

    You are free to change the above CSS code to your desired look.

    Let us know how this goes. Also, let us know if you have further questions or concerns.

    Thank you.

    thank you, your code changed the HOME Link but now I can’t change the rest of the breadcrumb. I was able to insert a css code for color but the rest of breadcrumb I can’t change anything.
    I want it all the same size and all the same color. Not sure if this matters but it’s being used on woocommerce single page template.

    Hello,

    You can use the following CSS selector to tweak the entire breadcrumbs appearance:
    .rank-math-breadcrumb { }

    Let us know how this goes. Also, let us know if you have further questions or concerns.

    Thank you.

    Thanks but that doesn’t help if I don’t know what the rest of it is.

    You gave me this(below) yesterday to change the “HOME” and I added the color and it works great!, but I don’t know the rest to change the styling of the part after the HOME »” Product title”

    .rank-math-breadcrumb a {
    font-family: Arial, sans-serif !important;
    font-size: 15px !important;
    color:#0A0A0AF2 !important;
    font-weight: normal !important;
    text-transform: capitalize !important;
    ??????????????????????????????????
    ????????????????????????????????

    Hello,

    Please try using the following and see if it helps:

    .rank-math-breadcrumb { 
    font-family: Arial, sans-serif !important;
    font-size: 15px !important;
    color:#0A0A0AF2 !important;
    font-weight: normal !important;
    text-transform: capitalize !important;
    }

    We look forward to hearing back from you.

    Thanks.

    Thank you all Set!!!!!

    Hello,

    We are glad to be of help

    Do you still need our assistance with anything else or can we go ahead to close the ticket?

    We look forward to helping you.

    Thank you.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

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

The ticket ‘Changing font size on the “HOME” breadcrumb only’ is closed to new replies.