Notifications
Clear all

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

8 Posts
3 Users
4 Likes
2,200 Views
Posts: 7
Topic starter
(@jbsmooth)
Active Member
Joined: 4 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: 4 years ago

Noble Member
Posts: 1266

@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: 4 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