Re: Make breadcrumb font size smaller on mobile only

Solved

Re: Make breadcrumb font size smaller on mobile only

mOONbOOTS
Explorer
62 6 8

Hello!

 

Is there a simple way to set breadcrumb font size for mobile only?

 

I don't want to change all mobile font size. Only the breadcrumb font size.

 

Thanks!

Accepted Solution (1)

mOONbOOTS
Explorer
62 6 8

This is an accepted solution.

Never mind. ChatGPT answered my question. Lol

 

@media screen and (max-width: 750px) {
  .breadcrumb {
    font-size: 12px; /* Adjusted for mobile */
  }
}

 

Thanks, AI!.

View solution in original post

Reply 1 (1)

mOONbOOTS
Explorer
62 6 8

This is an accepted solution.

Never mind. ChatGPT answered my question. Lol

 

@media screen and (max-width: 750px) {
  .breadcrumb {
    font-size: 12px; /* Adjusted for mobile */
  }
}

 

Thanks, AI!.