Notifications
Clear all

Limited Support

Our support team is currently on holiday from December 25, 2025 to January 7, 2026, and replies may be delayed during this period.

We appreciate your patience and understanding while our team is away. Thank you for being part of the wpForo community!

Merry Christmas and Happy Holidays! 🎄

wpForo 1.x.x [Solved] Changing Breadcrumb Style

8 Posts
3 Users
4 Reactions
4,204 Views
Posts: 7
Topic starter
(@jbsmooth)
Active Member
Joined: 5 years ago

So another question @Alvina or @Tutrix...When I drill down into a forum and thread, the Home/Forum text goes away (I don't use the forum menu bar).

I am attaching what it looks like on the forum index and when you go into a thread.

Thanks!

JB

 

 


2 Replies
Tutrix
(@tutrix)
Joined: 6 years ago

Noble Member
Posts: 1521

@jbsmooth

try this

 

replace

#wpforo #wpforo-wrap .wpf-breadcrumb div:after, #wpforo #wpforo-wrap .wpf-breadcrumb .wpf-root i{
display: none;
}

with

#wpforo #wpforo-wrap .wpf-breadcrumb div:after {
display: none;
}
#wpforo #wpforo-wrap .wpf-breadcrumb .wpf-root {
border-left: none !important;
}
#wpforo #wpforo-wrap .wpf-breadcrumb .fa-home::before {
content: "Home";
font-size: 12px;
font-weight: normal;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

 


(@jbsmooth)
Joined: 5 years ago

Active Member
Posts: 7
Posted by: @tutrix

@jbsmooth

try this

 

replace

#wpforo #wpforo-wrap .wpf-breadcrumb div:after, #wpforo #wpforo-wrap .wpf-breadcrumb .wpf-root i{
display: none;
}

with

#wpforo #wpforo-wrap .wpf-breadcrumb div:after {
display: none;
}
#wpforo #wpforo-wrap .wpf-breadcrumb .wpf-root {
border-left: none !important;
}
#wpforo #wpforo-wrap .wpf-breadcrumb .fa-home::before {
content: "Home";
font-size: 12px;
font-weight: normal;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

 

Thanks @tutrix - that did the job.  Appreciate it.

 

JB


Page 2 / 2