Advertisement
arie_cristianD

remove home from breadcrumbs

Apr 16th, 2024
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.29 KB | None | 0 0
  1. /* Remove Home from the breadcrumbs */
  2.  
  3. .jeg_breadcrumbs #breadcrumbs span:first-of-type  , .jeg_breadcrumbs #breadcrumbs i:first-of-type {
  4.     display : none;
  5. }
  6.  
  7.  
  8. /* change the color of the breadcrumbs */
  9. .jeg_breadcrumbs #breadcrumbs a ,.jeg_breadcrumbs #breadcrumbs i {
  10.     color : red ;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement