Notifications
Clear all

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

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

Is it possible to change the layout of the breadcrumbs?Β  Still keep it inline, but not have the font awesome "home" and not use the chevron divider ">" but a straight line or nothing at all?

Β 

Thanks!

Smooth


7 Replies
Alvina
Posts: 1861
Moderator
(@alvina)
Member
Joined: 6 years ago

Please try the following CSS code:

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

The CSS code should be added in the Dashboard > Forums > Settings > Styles admin page "Custom CSS Code" textarea.

Don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.


Posts: 7
Topic starter
(@jbsmooth)
Active Member
Joined: 5 years ago

@Alvina - I don't want to hide it, I want to modify/style is differently.

Β 

JB


Tutrix
Posts: 1522
(@tutrix)
Noble Member
Joined: 5 years ago

you wrote

Posted by: @jbsmooth

but not have the font awesome "home" and not use the chevron divider ">" but a straight line or nothing at all?

and the result with code from AlvinaΒ  😉Β 

https://www.screencast.com/t/E94KD2pODG


Posts: 7
Topic starter
(@jbsmooth)
Active Member
Joined: 5 years ago

Well duh!?!Β  I should have at least tried it.Β  I say the "display: none" and assumed lol.Β  Thanks @Tutrix


Page 1 / 2